#00603B

Color #00603B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #00603B

Tints of Jewel #00603B

Color information

#00603B (or 0x00603B) is unknown color: approx Jewel. HEX triplet: 00, 60 and 3B. RGB value is (0,96,59). Sum of RGB (Red+Green+Blue) = 0+96+59=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #00603B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00603B is #FF9FC4. Grayscale: #3F3F3F. Windows color (decimal): -16752581 or 3891200. OLE color: 3891200.

HSL color Cylindrical-coordinate representation of color #00603B: hue angle of 156.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00603B is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB09659-
CMYK100.390.62
HSL156.88º100%18.82%-
HSV(B)156.88º100%37.65%-
XYZ4.978.685.55-
YUV63.08125.783.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=0%
G=61.94%
B=38.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09659100.390.62156.8810018.82
Hex0603B640273E9d6413
Octal0140731440477623514423
Binary011000001110111100100010011111111010011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00603B; }

 p { color: rgb(0,96,59); }

 H1.HeaderClassName
 {
   color: #00603B;
 }
 .AnyTagClassName
 {
   color: #00603B;
 }
</style>
background-color css

<style>
 a { background-color: #00603B; }

 a { background-color: rgb(0,96,59); }

 div.DivClassName
 {
   background-color: #00603B;
 }
 .BgClassName
 {
   background-color: #00603B;
 }
</style>
border-color css

<style>
 span { border-color: #00603B; }

 span { border-color: rgb(0,96,59); }

 td.TdClassName
 {
   border-color: #00603B;
 }
 .TagClassName
 {
   border-color: #00603B;
 }
</style>