Html Css Color HEX #036619 Crusoe

📋 copy color: '#036619'

red 3 ◦ green 102 ◦ blue 25

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

Shades of Crusoe #036619

Tints of Crusoe #036619

RGB

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

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

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

R = 2.31%
G = 78.46%
B = 19.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#036619 (or 0x036619) is known color: Crusoe. HEX triplet: 03, 66 and 19. RGB value is (3,102,25). Sum of RGB (Red+Green+Blue) = 3+102+25=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #036619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036619 is #FC99E6. Grayscale: #3F3F3F. Windows color (decimal): -16554471 or 1664515. OLE color: 1664515.

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

Color convert

RGB 3 102 25 -
CMYK 0.97 0 0.75 0.6
HSL 133.33º 0.94% 0.21% -
HSV(B) 133.33º 0.97% 0.4% -
XYZ 4.96 9.59 2.51 -
YUV 63.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 3 102 25 0.97 0 0.75 0.6 133.33 0.94 0.21
Hex 3 66 19 61 0 4B 3C 85 5E 15
Octal 3 146 31 141 0 113 74 205 136 25
Binary 11 1100110 11001 1100001 0 1001011 111100 10000101 1011110 10101

Color Harmonies of #036619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036619

Black with #036619

Text Example


Text Example

White with #036619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036619; }

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

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

background-color css

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

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

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

border-color css

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

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

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