Html Css Color HEX #03762C Crusoe

📋 copy color: '#03762C'

red 3 ◦ green 118 ◦ blue 44

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

Shades of Crusoe #03762C

Tints of Crusoe #03762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 71.52%

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 1.82%
G = 71.52%
B = 26.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#03762C (or 0x03762C) is known color: Crusoe. HEX triplet: 03, 76 and 2C. RGB value is (3,118,44). Sum of RGB (Red+Green+Blue) = 3+118+44=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #03762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03762C is #FC89D3. Grayscale: #4B4B4B. Windows color (decimal): -16550356 or 2913795. OLE color: 2913795.

HSL color Cylindrical-coordinate representation of color #03762C: hue angle of 141.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03762C is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 118 44 -
CMYK 0.97 0 0.63 0.54
HSL 141.39º 0.95% 0.24% -
HSV(B) 141.39º 0.97% 0.46% -
XYZ 6.97 13.16 4.56 -
YUV 75.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 3 118 44 0.97 0 0.63 0.54 141.39 0.95 0.24
Hex 3 76 2C 61 0 3F 36 8D 5F 18
Octal 3 166 54 141 0 77 66 215 137 30
Binary 11 1110110 101100 1100001 0 111111 110110 10001101 1011111 11000

Color Harmonies of #03762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03762C

Black with #03762C

Text Example


Text Example

White with #03762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,118,44); }

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

background-color css

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

 a { background-color: rgb(3,118,44); }

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

border-color css

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

 span { border-color: rgb(3,118,44); }

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