Html Css Color HEX #066225 Crusoe

📋 copy color: '#066225'

red 6 ◦ green 98 ◦ blue 37

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

Shades of Crusoe #066225

Tints of Crusoe #066225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 69.5%

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 4.26%
G = 69.5%
B = 26.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#066225 (or 0x066225) is known color: Crusoe. HEX triplet: 06, 62 and 25. RGB value is (6,98,37). Sum of RGB (Red+Green+Blue) = 6+98+37=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #066225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066225 is #F99DDA. Grayscale: #3F3F3F. Windows color (decimal): -16358875 or 2449926. OLE color: 2449926.

HSL color Cylindrical-coordinate representation of color #066225: hue angle of 140.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066225 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 98 37 -
CMYK 0.94 0 0.62 0.62
HSL 140.22º 0.88% 0.2% -
HSV(B) 140.22º 0.94% 0.38% -
XYZ 4.78 8.91 3.22 -
YUV 63.54 113.02 86.96 -
System Red Green Blue C M Y K H S L
Decimal 6 98 37 0.94 0 0.62 0.62 140.22 0.88 0.2
Hex 6 62 25 5E 0 3E 3E 8C 58 14
Octal 6 142 45 136 0 76 76 214 130 24
Binary 110 1100010 100101 1011110 0 111110 111110 10001100 1011000 10100

Color Harmonies of #066225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066225

Black with #066225

Text Example


Text Example

White with #066225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066225; }

 p { color: rgb(6,98,37); }

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

background-color css

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

 a { background-color: rgb(6,98,37); }

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

border-color css

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

 span { border-color: rgb(6,98,37); }

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