Html Css Color HEX #066524 Crusoe

📋 copy color: '#066524'

red 6 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #066524

Tints of Crusoe #066524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.17%

R = 4.2%
G = 70.63%
B = 25.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#066524 (or 0x066524) is known color: Crusoe. HEX triplet: 06, 65 and 24. RGB value is (6,101,36). Sum of RGB (Red+Green+Blue) = 6+101+36=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #066524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066524 is #F99ADB. Grayscale: #414141. Windows color (decimal): -16358108 or 2385158. OLE color: 2385158.

HSL color Cylindrical-coordinate representation of color #066524: hue angle of 138.95º 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 #066524 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 36 -
CMYK 0.94 0 0.64 0.60
HSL 138.95º 0.89% 0.21% -
HSV(B) 138.95º 0.94% 0.4% -
XYZ 5.05 9.47 3.23 -
YUV 65.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 6 101 36 0.94 0 0.64 0.60 138.95 0.89 0.21
Hex 6 65 24 5E 0 40 3C 8B 59 15
Octal 6 145 44 136 0 100 74 213 131 25
Binary 110 1100101 100100 1011110 0 1000000 111100 10001011 1011001 10101

Color Harmonies of #066524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066524

Black with #066524

Text Example


Text Example

White with #066524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066524; }

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

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

background-color css

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

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

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

border-color css

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

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

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