Html Css Color HEX #085926 Crusoe

📋 copy color: '#085926'

red 8 ◦ green 89 ◦ blue 38

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

Shades of Crusoe #085926

Tints of Crusoe #085926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 65.93%

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

R = 5.93%
G = 65.93%
B = 28.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#085926 (or 0x085926) is known color: Crusoe. HEX triplet: 08, 59 and 26. RGB value is (8,89,38). Sum of RGB (Red+Green+Blue) = 8+89+38=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #085926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085926 is #F7A6D9. Grayscale: #3B3B3B. Windows color (decimal): -16230106 or 2513160. OLE color: 2513160.

HSL color Cylindrical-coordinate representation of color #085926: hue angle of 142.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085926 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 38 -
CMYK 0.91 0 0.57 0.65
HSL 142.22º 0.84% 0.19% -
HSV(B) 142.22º 0.91% 0.35% -
XYZ 4.02 7.34 3.04 -
YUV 58.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 8 89 38 0.91 0 0.57 0.65 142.22 0.84 0.19
Hex 8 59 26 5B 0 39 41 8E 54 13
Octal 10 131 46 133 0 71 101 216 124 23
Binary 1000 1011001 100110 1011011 0 111001 1000001 10001110 1010100 10011

Color Harmonies of #085926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085926

Black with #085926

Text Example


Text Example

White with #085926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085926; }

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

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

background-color css

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

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

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

border-color css

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

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

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