Html Css Color HEX #03612B Crusoe

📋 copy color: '#03612B'

red 3 ◦ green 97 ◦ blue 43

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

Shades of Crusoe #03612B

Tints of Crusoe #03612B

RGB

 RED value IS 3 (1.56% from 255) = 2.1%

 GREEN value IS 97 (38.28% from 255) = 67.83%

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 2.1%
G = 67.83%
B = 30.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#03612B (or 0x03612B) is known color: Crusoe. HEX triplet: 03, 61 and 2B. RGB value is (3,97,43). Sum of RGB (Red+Green+Blue) = 3+97+43=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #03612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03612B is #FC9ED4. Grayscale: #3E3E3E. Windows color (decimal): -16555733 or 2842883. OLE color: 2842883.

HSL color Cylindrical-coordinate representation of color #03612B: hue angle of 145.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03612B is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 97 43 -
CMYK 0.97 0 0.56 0.62
HSL 145.53º 0.94% 0.2% -
HSV(B) 145.53º 0.97% 0.38% -
XYZ 4.75 8.74 3.72 -
YUV 62.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 3 97 43 0.97 0 0.56 0.62 145.53 0.94 0.2
Hex 3 61 2B 61 0 38 3E 92 5E 14
Octal 3 141 53 141 0 70 76 222 136 24
Binary 11 1100001 101011 1100001 0 111000 111110 10010010 1011110 10100

Color Harmonies of #03612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03612B

Black with #03612B

Text Example


Text Example

White with #03612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,97,43); }

 H1.HeaderClassName
 {
   color: #03612B;
 }
 .AnyTagClassName
 {
   color: #03612B;
 }
</style>

background-color css

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

 a { background-color: rgb(3,97,43); }

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

border-color css

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

 span { border-color: rgb(3,97,43); }

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