Html Css Color HEX #03742D Crusoe

📋 copy color: '#03742D'

red 3 ◦ green 116 ◦ blue 45

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

Shades of Crusoe #03742D

Tints of Crusoe #03742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 1.83%
G = 70.73%
B = 27.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#03742D (or 0x03742D) is known color: Crusoe. HEX triplet: 03, 74 and 2D. RGB value is (3,116,45). Sum of RGB (Red+Green+Blue) = 3+116+45=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #03742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03742D is #FC8BD2. Grayscale: #4A4A4A. Windows color (decimal): -16550867 or 2978819. OLE color: 2978819.

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

Color convert

RGB 3 116 45 -
CMYK 0.97 0 0.61 0.55
HSL 142.3º 0.95% 0.23% -
HSV(B) 142.3º 0.97% 0.45% -
XYZ 6.76 12.7 4.58 -
YUV 74.12 111.56 77.27 -
System Red Green Blue C M Y K H S L
Decimal 3 116 45 0.97 0 0.61 0.55 142.3 0.95 0.23
Hex 3 74 2D 61 0 3D 37 8E 5F 17
Octal 3 164 55 141 0 75 67 216 137 27
Binary 11 1110100 101101 1100001 0 111101 110111 10001110 1011111 10111

Color Harmonies of #03742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03742D

Black with #03742D

Text Example


Text Example

White with #03742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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