Html Css Color HEX #036819 Crusoe

📋 copy color: '#036819'

red 3 ◦ green 104 ◦ blue 25

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

Shades of Crusoe #036819

Tints of Crusoe #036819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 2.27%
G = 78.79%
B = 18.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#036819 (or 0x036819) is known color: Crusoe. HEX triplet: 03, 68 and 19. RGB value is (3,104,25). Sum of RGB (Red+Green+Blue) = 3+104+25=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #036819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036819 is #FC97E6. Grayscale: #414141. Windows color (decimal): -16553959 or 1665027. OLE color: 1665027.

HSL color Cylindrical-coordinate representation of color #036819: hue angle of 133.07º 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 #036819 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 25 -
CMYK 0.97 0 0.76 0.59
HSL 133.07º 0.94% 0.21% -
HSV(B) 133.07º 0.97% 0.41% -
XYZ 5.16 9.99 2.58 -
YUV 64.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 3 104 25 0.97 0 0.76 0.59 133.07 0.94 0.21
Hex 3 68 19 61 0 4C 3B 85 5E 15
Octal 3 150 31 141 0 114 73 205 136 25
Binary 11 1101000 11001 1100001 0 1001100 111011 10000101 1011110 10101

Color Harmonies of #036819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036819

Black with #036819

Text Example


Text Example

White with #036819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036819; }

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

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

background-color css

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

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

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

border-color css

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

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

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