Html Css Color HEX #03711E Crusoe

📋 copy color: '#03711E'

red 3 ◦ green 113 ◦ blue 30

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

Shades of Crusoe #03711E

Tints of Crusoe #03711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 2.05%
G = 77.4%
B = 20.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#03711E (or 0x03711E) is known color: Crusoe. HEX triplet: 03, 71 and 1E. RGB value is (3,113,30). Sum of RGB (Red+Green+Blue) = 3+113+30=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 113 (44.53% from 255 or 77.40% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 113 - color contains mainly: green. Hex color #03711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03711E is #FC8EE1. Grayscale: #464646. Windows color (decimal): -16551650 or 1995011. OLE color: 1995011.

HSL color Cylindrical-coordinate representation of color #03711E: hue angle of 134.73º 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 #03711E is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 113 30 -
CMYK 0.97 0 0.73 0.56
HSL 134.73º 0.95% 0.23% -
HSV(B) 134.73º 0.97% 0.44% -
XYZ 6.18 11.92 3.2 -
YUV 70.65 105.06 79.75 -
System Red Green Blue C M Y K H S L
Decimal 3 113 30 0.97 0 0.73 0.56 134.73 0.95 0.23
Hex 3 71 1E 61 0 49 38 87 5F 17
Octal 3 161 36 141 0 111 70 207 137 27
Binary 11 1110001 11110 1100001 0 1001001 111000 10000111 1011111 10111

Color Harmonies of #03711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03711E

Black with #03711E

Text Example


Text Example

White with #03711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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