Html Css Color HEX #085626 Crusoe

📋 copy color: '#085626'

red 8 ◦ green 86 ◦ blue 38

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

Shades of Crusoe #085626

Tints of Crusoe #085626

RGB

 RED value IS 8 (3.52% from 255) = 6.06%

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

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

R = 6.06%
G = 65.15%
B = 28.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#085626 (or 0x085626) is known color: Crusoe. HEX triplet: 08, 56 and 26. RGB value is (8,86,38). Sum of RGB (Red+Green+Blue) = 8+86+38=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #085626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085626 is #F7A9D9. Grayscale: #393939. Windows color (decimal): -16230874 or 2512392. OLE color: 2512392.

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

Color convert

RGB 8 86 38 -
CMYK 0.91 0 0.56 0.66
HSL 143.08º 0.83% 0.18% -
HSV(B) 143.08º 0.91% 0.34% -
XYZ 3.78 6.85 2.96 -
YUV 57.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 8 86 38 0.91 0 0.56 0.66 143.08 0.83 0.18
Hex 8 56 26 5B 0 38 42 8F 53 12
Octal 10 126 46 133 0 70 102 217 123 22
Binary 1000 1010110 100110 1011011 0 111000 1000010 10001111 1010011 10010

Color Harmonies of #085626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085626

Black with #085626

Text Example


Text Example

White with #085626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085626; }

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

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

background-color css

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

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

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

border-color css

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

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

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