Html Css Color HEX #066519 Crusoe

📋 copy color: '#066519'

red 6 ◦ green 101 ◦ blue 25

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

Shades of Crusoe #066519

Tints of Crusoe #066519

RGB

 RED value IS 6 (2.73% from 255) = 4.55%

 GREEN value IS 101 (39.84% from 255) = 76.52%

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

R = 4.55%
G = 76.52%
B = 18.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#066519 (or 0x066519) is known color: Crusoe. HEX triplet: 06, 65 and 19. RGB value is (6,101,25). Sum of RGB (Red+Green+Blue) = 6+101+25=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #066519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066519 is #F99AE6. Grayscale: #404040. Windows color (decimal): -16358119 or 1664262. OLE color: 1664262.

HSL color Cylindrical-coordinate representation of color #066519: hue angle of 132º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066519 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 25 -
CMYK 0.94 0 0.75 0.60
HSL 132º 0.89% 0.21% -
HSV(B) 132º 0.94% 0.4% -
XYZ 4.9 9.42 2.48 -
YUV 63.93 106.03 86.68 -
System Red Green Blue C M Y K H S L
Decimal 6 101 25 0.94 0 0.75 0.60 132 0.89 0.21
Hex 6 65 19 5E 0 4B 3C 84 59 15
Octal 6 145 31 136 0 113 74 204 131 25
Binary 110 1100101 11001 1011110 0 1001011 111100 10000100 1011001 10101

Color Harmonies of #066519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066519

Black with #066519

Text Example


Text Example

White with #066519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066519; }

 p { color: rgb(6,101,25); }

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

background-color css

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

 a { background-color: rgb(6,101,25); }

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

border-color css

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

 span { border-color: rgb(6,101,25); }

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