Html Css Color HEX #03661F Crusoe

📋 copy color: '#03661F'

red 3 ◦ green 102 ◦ blue 31

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

Shades of Crusoe #03661F

Tints of Crusoe #03661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 75%

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

R = 2.21%
G = 75%
B = 22.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#03661F (or 0x03661F) is known color: Crusoe. HEX triplet: 03, 66 and 1F. RGB value is (3,102,31). Sum of RGB (Red+Green+Blue) = 3+102+31=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #03661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03661F is #FC99E0. Grayscale: #404040. Windows color (decimal): -16554465 or 2057731. OLE color: 2057731.

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

Color convert

RGB 3 102 31 -
CMYK 0.97 0 0.70 0.6
HSL 136.97º 0.94% 0.21% -
HSV(B) 136.97º 0.97% 0.4% -
XYZ 5.04 9.62 2.89 -
YUV 64.31 109.2 84.27 -
System Red Green Blue C M Y K H S L
Decimal 3 102 31 0.97 0 0.70 0.6 136.97 0.94 0.21
Hex 3 66 1F 61 0 46 3C 89 5E 15
Octal 3 146 37 141 0 106 74 211 136 25
Binary 11 1100110 11111 1100001 0 1000110 111100 10001001 1011110 10101

Color Harmonies of #03661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03661F

Black with #03661F

Text Example


Text Example

White with #03661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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