Html Css Color HEX #03742A Crusoe

📋 copy color: '#03742A'

red 3 ◦ green 116 ◦ blue 42

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

Shades of Crusoe #03742A

Tints of Crusoe #03742A

RGB

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

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

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

R = 1.86%
G = 72.05%
B = 26.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#03742A (or 0x03742A) is known color: Crusoe. HEX triplet: 03, 74 and 2A. RGB value is (3,116,42). Sum of RGB (Red+Green+Blue) = 3+116+42=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #03742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03742A is #FC8BD5. Grayscale: #494949. Windows color (decimal): -16550870 or 2782211. OLE color: 2782211.

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

Color convert

RGB 3 116 42 -
CMYK 0.97 0 0.64 0.55
HSL 140.71º 0.95% 0.23% -
HSV(B) 140.71º 0.97% 0.45% -
XYZ 6.7 12.68 4.28 -
YUV 73.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 3 116 42 0.97 0 0.64 0.55 140.71 0.95 0.23
Hex 3 74 2A 61 0 40 37 8D 5F 17
Octal 3 164 52 141 0 100 67 215 137 27
Binary 11 1110100 101010 1100001 0 1000000 110111 10001101 1011111 10111

Color Harmonies of #03742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03742A

Black with #03742A

Text Example


Text Example

White with #03742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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