Html Css Color HEX #085128 Crusoe

📋 copy color: '#085128'

red 8 ◦ green 81 ◦ blue 40

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

Shades of Crusoe #085128

Tints of Crusoe #085128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 62.79%

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 6.2%
G = 62.79%
B = 31.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#085128 (or 0x085128) is known color: Crusoe. HEX triplet: 08, 51 and 28. RGB value is (8,81,40). Sum of RGB (Red+Green+Blue) = 8+81+40=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #085128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085128 is #F7AED7. Grayscale: #363636. Windows color (decimal): -16232152 or 2642184. OLE color: 2642184.

HSL color Cylindrical-coordinate representation of color #085128: hue angle of 146.3º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085128 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 40 -
CMYK 0.90 0 0.51 0.68
HSL 146.3º 0.82% 0.17% -
HSV(B) 146.3º 0.9% 0.32% -
XYZ 3.43 6.09 3 -
YUV 54.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 8 81 40 0.90 0 0.51 0.68 146.3 0.82 0.17
Hex 8 51 28 5A 0 33 44 92 52 11
Octal 10 121 50 132 0 63 104 222 122 21
Binary 1000 1010001 101000 1011010 0 110011 1000100 10010010 1010010 10001

Color Harmonies of #085128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085128

Black with #085128

Text Example


Text Example

White with #085128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085128; }

 p { color: rgb(8,81,40); }

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

background-color css

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

 a { background-color: rgb(8,81,40); }

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

border-color css

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

 span { border-color: rgb(8,81,40); }

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