Html Css Color HEX #03762A Crusoe

📋 copy color: '#03762A'

red 3 ◦ green 118 ◦ blue 42

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

Shades of Crusoe #03762A

Tints of Crusoe #03762A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 1.84%
G = 72.39%
B = 25.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#03762A (or 0x03762A) is known color: Crusoe. HEX triplet: 03, 76 and 2A. RGB value is (3,118,42). Sum of RGB (Red+Green+Blue) = 3+118+42=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #03762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03762A is #FC89D5. Grayscale: #4B4B4B. Windows color (decimal): -16550358 or 2782723. OLE color: 2782723.

HSL color Cylindrical-coordinate representation of color #03762A: hue angle of 140.35º 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 #03762A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 118 42 -
CMYK 0.97 0 0.64 0.54
HSL 140.35º 0.95% 0.24% -
HSV(B) 140.35º 0.97% 0.46% -
XYZ 6.93 13.14 4.36 -
YUV 74.95 109.4 76.68 -
System Red Green Blue C M Y K H S L
Decimal 3 118 42 0.97 0 0.64 0.54 140.35 0.95 0.24
Hex 3 76 2A 61 0 40 36 8C 5F 18
Octal 3 166 52 141 0 100 66 214 137 30
Binary 11 1110110 101010 1100001 0 1000000 110110 10001100 1011111 11000

Color Harmonies of #03762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03762A

Black with #03762A

Text Example


Text Example

White with #03762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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