Html Css Color HEX #065626 Crusoe

📋 copy color: '#065626'

red 6 ◦ green 86 ◦ blue 38

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

Shades of Crusoe #065626

Tints of Crusoe #065626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 66.15%

 BLUE value IS 38 (15.23% from 255) = 29.23%

R = 4.62%
G = 66.15%
B = 29.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#065626 (or 0x065626) is known color: Crusoe. HEX triplet: 06, 56 and 26. RGB value is (6,86,38). Sum of RGB (Red+Green+Blue) = 6+86+38=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #065626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065626 is #F9A9D9. Grayscale: #383838. Windows color (decimal): -16361946 or 2512390. OLE color: 2512390.

HSL color Cylindrical-coordinate representation of color #065626: hue angle of 144º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065626 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 38 -
CMYK 0.93 0 0.56 0.66
HSL 144º 0.87% 0.18% -
HSV(B) 144º 0.93% 0.34% -
XYZ 3.75 6.83 2.96 -
YUV 56.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 6 86 38 0.93 0 0.56 0.66 144 0.87 0.18
Hex 6 56 26 5D 0 38 42 90 57 12
Octal 6 126 46 135 0 70 102 220 127 22
Binary 110 1010110 100110 1011101 0 111000 1000010 10010000 1010111 10010

Color Harmonies of #065626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065626

Black with #065626

Text Example


Text Example

White with #065626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065626; }

 p { color: rgb(6,86,38); }

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

background-color css

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

 a { background-color: rgb(6,86,38); }

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

border-color css

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

 span { border-color: rgb(6,86,38); }

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