Html Css Color HEX #03681F Crusoe

📋 copy color: '#03681F'

red 3 ◦ green 104 ◦ blue 31

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

Shades of Crusoe #03681F

Tints of Crusoe #03681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 75.36%

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

R = 2.17%
G = 75.36%
B = 22.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#03681F (or 0x03681F) is known color: Crusoe. HEX triplet: 03, 68 and 1F. RGB value is (3,104,31). Sum of RGB (Red+Green+Blue) = 3+104+31=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #03681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03681F is #FC97E0. Grayscale: #414141. Windows color (decimal): -16553953 or 2058243. OLE color: 2058243.

HSL color Cylindrical-coordinate representation of color #03681F: hue angle of 136.63º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03681F is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 31 -
CMYK 0.97 0 0.70 0.59
HSL 136.63º 0.94% 0.21% -
HSV(B) 136.63º 0.97% 0.41% -
XYZ 5.24 10.02 2.95 -
YUV 65.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 3 104 31 0.97 0 0.70 0.59 136.63 0.94 0.21
Hex 3 68 1F 61 0 46 3B 89 5E 15
Octal 3 150 37 141 0 106 73 211 136 25
Binary 11 1101000 11111 1100001 0 1000110 111011 10001001 1011110 10101

Color Harmonies of #03681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03681F

Black with #03681F

Text Example


Text Example

White with #03681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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