Html Css Color HEX #036C1F Crusoe

📋 copy color: '#036C1F'

red 3 ◦ green 108 ◦ blue 31

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

Shades of Crusoe #036C1F

Tints of Crusoe #036C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 76.06%

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

R = 2.11%
G = 76.06%
B = 21.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#036C1F (or 0x036C1F) is known color: Crusoe. HEX triplet: 03, 6C and 1F. RGB value is (3,108,31). Sum of RGB (Red+Green+Blue) = 3+108+31=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 108 (42.58% from 255 or 76.06% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 108 - color contains mainly: green. Hex color #036C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C1F is #FC93E0. Grayscale: #444444. Windows color (decimal): -16552929 or 2059267. OLE color: 2059267.

HSL color Cylindrical-coordinate representation of color #036C1F: hue angle of 136º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C1F is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 108 31 -
CMYK 0.97 0 0.71 0.58
HSL 136º 0.95% 0.22% -
HSV(B) 136º 0.97% 0.42% -
XYZ 5.65 10.84 3.09 -
YUV 67.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 3 108 31 0.97 0 0.71 0.58 136 0.95 0.22
Hex 3 6C 1F 61 0 47 3A 88 5F 16
Octal 3 154 37 141 0 107 72 210 137 26
Binary 11 1101100 11111 1100001 0 1000111 111010 10001000 1011111 10110

Color Harmonies of #036C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C1F

Black with #036C1F

Text Example


Text Example

White with #036C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036C1F; }

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

 H1.HeaderClassName
 {
   color: #036C1F;
 }
 .AnyTagClassName
 {
   color: #036C1F;
 }
</style>

background-color css

<style>
 a { background-color: #036C1F; }

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

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

border-color css

<style>
 span { border-color: #036C1F; }

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

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