Html Css Color HEX #00603D Jewel

📋 copy color: '#00603D'

red 0 ◦ green 96 ◦ blue 61

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

Shades of Jewel #00603D

Tints of Jewel #00603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 0%
G = 61.15%
B = 38.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#00603D (or 0x00603D) is known color: Jewel. HEX triplet: 00, 60 and 3D. RGB value is (0,96,61). Sum of RGB (Red+Green+Blue) = 0+96+61=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #00603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00603D is #FF9FC2. Grayscale: #3F3F3F. Windows color (decimal): -16752579 or 4022272. OLE color: 4022272.

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

Color convert

RGB 0 96 61 -
CMYK 1 0 0.36 0.62
HSL 158.13º 1% 0.19% -
HSV(B) 158.13º 1% 0.38% -
XYZ 5.03 8.7 5.83 -
YUV 63.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 0 96 61 1 0 0.36 0.62 158.13 1 0.19
Hex 0 60 3D 64 0 24 3E 9E 64 13
Octal 0 140 75 144 0 44 76 236 144 23
Binary 0 1100000 111101 1100100 0 100100 111110 10011110 1100100 10011

Color Harmonies of #00603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00603D

Black with #00603D

Text Example


Text Example

White with #00603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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