Html Css Color HEX #03711D Crusoe

📋 copy color: '#03711D'

red 3 ◦ green 113 ◦ blue 29

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

Shades of Crusoe #03711D

Tints of Crusoe #03711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 77.93%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 2.07%
G = 77.93%
B = 20%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#03711D (or 0x03711D) is known color: Crusoe. HEX triplet: 03, 71 and 1D. RGB value is (3,113,29). Sum of RGB (Red+Green+Blue) = 3+113+29=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #03711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03711D is #FC8EE2. Grayscale: #464646. Windows color (decimal): -16551651 or 1929475. OLE color: 1929475.

HSL color Cylindrical-coordinate representation of color #03711D: hue angle of 134.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03711D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 113 29 -
CMYK 0.97 0 0.74 0.56
HSL 134.18º 0.95% 0.23% -
HSV(B) 134.18º 0.97% 0.44% -
XYZ 6.16 11.92 3.14 -
YUV 70.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 3 113 29 0.97 0 0.74 0.56 134.18 0.95 0.23
Hex 3 71 1D 61 0 4A 38 86 5F 17
Octal 3 161 35 141 0 112 70 206 137 27
Binary 11 1110001 11101 1100001 0 1001010 111000 10000110 1011111 10111

Color Harmonies of #03711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03711D

Black with #03711D

Text Example


Text Example

White with #03711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,113,29); }

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

background-color css

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

 a { background-color: rgb(3,113,29); }

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

border-color css

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

 span { border-color: rgb(3,113,29); }

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