Html Css Color HEX #085825 Crusoe

📋 copy color: '#085825'

red 8 ◦ green 88 ◦ blue 37

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

Shades of Crusoe #085825

Tints of Crusoe #085825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 66.17%

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

R = 6.02%
G = 66.17%
B = 27.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#085825 (or 0x085825) is known color: Crusoe. HEX triplet: 08, 58 and 25. RGB value is (8,88,37). Sum of RGB (Red+Green+Blue) = 8+88+37=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #085825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085825 is #F7A7DA. Grayscale: #3A3A3A. Windows color (decimal): -16230363 or 2447368. OLE color: 2447368.

HSL color Cylindrical-coordinate representation of color #085825: hue angle of 141.75º degrees, saturation: 0.83, 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 #085825 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 37 -
CMYK 0.91 0 0.58 0.65
HSL 141.75º 0.83% 0.19% -
HSV(B) 141.75º 0.91% 0.35% -
XYZ 3.92 7.16 2.93 -
YUV 58.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 8 88 37 0.91 0 0.58 0.65 141.75 0.83 0.19
Hex 8 58 25 5B 0 3A 41 8E 53 13
Octal 10 130 45 133 0 72 101 216 123 23
Binary 1000 1011000 100101 1011011 0 111010 1000001 10001110 1010011 10011

Color Harmonies of #085825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085825

Black with #085825

Text Example


Text Example

White with #085825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085825; }

 p { color: rgb(8,88,37); }

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

background-color css

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

 a { background-color: rgb(8,88,37); }

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

border-color css

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

 span { border-color: rgb(8,88,37); }

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