Html Css Color HEX #03612F Crusoe

📋 copy color: '#03612F'

red 3 ◦ green 97 ◦ blue 47

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

Shades of Crusoe #03612F

Tints of Crusoe #03612F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 2.04%
G = 65.99%
B = 31.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#03612F (or 0x03612F) is known color: Crusoe. HEX triplet: 03, 61 and 2F. RGB value is (3,97,47). Sum of RGB (Red+Green+Blue) = 3+97+47=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #03612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03612F is #FC9ED0. Grayscale: #3F3F3F. Windows color (decimal): -16555729 or 3105027. OLE color: 3105027.

HSL color Cylindrical-coordinate representation of color #03612F: hue angle of 148.09º 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 #03612F is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 97 47 -
CMYK 0.97 0 0.52 0.62
HSL 148.09º 0.94% 0.2% -
HSV(B) 148.09º 0.97% 0.38% -
XYZ 4.83 8.77 4.13 -
YUV 63.19 118.86 85.07 -
System Red Green Blue C M Y K H S L
Decimal 3 97 47 0.97 0 0.52 0.62 148.09 0.94 0.2
Hex 3 61 2F 61 0 34 3E 94 5E 14
Octal 3 141 57 141 0 64 76 224 136 24
Binary 11 1100001 101111 1100001 0 110100 111110 10010100 1011110 10100

Color Harmonies of #03612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03612F

Black with #03612F

Text Example


Text Example

White with #03612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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