Html Css Color HEX #03742B Crusoe

📋 copy color: '#03742B'

red 3 ◦ green 116 ◦ blue 43

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

Shades of Crusoe #03742B

Tints of Crusoe #03742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 71.6%

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

R = 1.85%
G = 71.6%
B = 26.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#03742B (or 0x03742B) is known color: Crusoe. HEX triplet: 03, 74 and 2B. RGB value is (3,116,43). Sum of RGB (Red+Green+Blue) = 3+116+43=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #03742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03742B is #FC8BD4. Grayscale: #4A4A4A. Windows color (decimal): -16550869 or 2847747. OLE color: 2847747.

HSL color Cylindrical-coordinate representation of color #03742B: hue angle of 141.24º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03742B is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 43 -
CMYK 0.97 0 0.63 0.55
HSL 141.24º 0.95% 0.23% -
HSV(B) 141.24º 0.97% 0.45% -
XYZ 6.72 12.68 4.38 -
YUV 73.89 110.56 77.44 -
System Red Green Blue C M Y K H S L
Decimal 3 116 43 0.97 0 0.63 0.55 141.24 0.95 0.23
Hex 3 74 2B 61 0 3F 37 8D 5F 17
Octal 3 164 53 141 0 77 67 215 137 27
Binary 11 1110100 101011 1100001 0 111111 110111 10001101 1011111 10111

Color Harmonies of #03742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03742B

Black with #03742B

Text Example


Text Example

White with #03742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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