Html Css Color HEX #03731F Crusoe

📋 copy color: '#03731F'

red 3 ◦ green 115 ◦ blue 31

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

Shades of Crusoe #03731F

Tints of Crusoe #03731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 77.18%

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 2.01%
G = 77.18%
B = 20.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#03731F (or 0x03731F) is known color: Crusoe. HEX triplet: 03, 73 and 1F. RGB value is (3,115,31). Sum of RGB (Red+Green+Blue) = 3+115+31=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #03731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03731F is #FC8CE0. Grayscale: #484848. Windows color (decimal): -16551137 or 2061059. OLE color: 2061059.

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

Color convert

RGB 3 115 31 -
CMYK 0.97 0 0.73 0.55
HSL 135º 0.95% 0.23% -
HSV(B) 135º 0.97% 0.45% -
XYZ 6.42 12.38 3.35 -
YUV 71.94 104.89 78.83 -
System Red Green Blue C M Y K H S L
Decimal 3 115 31 0.97 0 0.73 0.55 135 0.95 0.23
Hex 3 73 1F 61 0 49 37 87 5F 17
Octal 3 163 37 141 0 111 67 207 137 27
Binary 11 1110011 11111 1100001 0 1001001 110111 10000111 1011111 10111

Color Harmonies of #03731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03731F

Black with #03731F

Text Example


Text Example

White with #03731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03731F; }

 p { color: rgb(3,115,31); }

 H1.HeaderClassName
 {
   color: #03731F;
 }
 .AnyTagClassName
 {
   color: #03731F;
 }
</style>

background-color css

<style>
 a { background-color: #03731F; }

 a { background-color: rgb(3,115,31); }

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

border-color css

<style>
 span { border-color: #03731F; }

 span { border-color: rgb(3,115,31); }

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