Html Css Color HEX #00603C Jewel

📋 copy color: '#00603C'

red 0 ◦ green 96 ◦ blue 60

#00603C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #00603C

Tints of Jewel #00603C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 61.54%

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 0%
G = 61.54%
B = 38.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#00603C (or 0x00603C) is known color: Jewel. HEX triplet: 00, 60 and 3C. RGB value is (0,96,60). Sum of RGB (Red+Green+Blue) = 0+96+60=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #00603C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00603C is #FF9FC3. Grayscale: #3F3F3F. Windows color (decimal): -16752580 or 3956736. OLE color: 3956736.

HSL color Cylindrical-coordinate representation of color #00603C: hue angle of 157.5º 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 #00603C is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 60 -
CMYK 1 0 0.38 0.62
HSL 157.5º 1% 0.19% -
HSV(B) 157.5º 1% 0.38% -
XYZ 5 8.69 5.69 -
YUV 63.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 0 96 60 1 0 0.38 0.62 157.5 1 0.19
Hex 0 60 3C 64 0 26 3E 9E 64 13
Octal 0 140 74 144 0 46 76 236 144 23
Binary 0 1100000 111100 1100100 0 100110 111110 10011110 1100100 10011

Color Harmonies of #00603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00603C

Black with #00603C

Text Example


Text Example

White with #00603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00603C;
 }
 .AnyTagClassName
 {
   color: #00603C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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