Html Css Color HEX #085431 Crusoe

📋 copy color: '#085431'

red 8 ◦ green 84 ◦ blue 49

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

Shades of Crusoe #085431

Tints of Crusoe #085431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.57%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 5.67%
G = 59.57%
B = 34.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#085431 (or 0x085431) is known color: Crusoe. HEX triplet: 08, 54 and 31. RGB value is (8,84,49). Sum of RGB (Red+Green+Blue) = 8+84+49=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #085431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085431 is #F7ABCE. Grayscale: #393939. Windows color (decimal): -16231375 or 3232776. OLE color: 3232776.

HSL color Cylindrical-coordinate representation of color #085431: hue angle of 152.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085431 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 49 -
CMYK 0.90 0 0.42 0.67
HSL 152.37º 0.83% 0.18% -
HSV(B) 152.37º 0.9% 0.33% -
XYZ 3.82 6.61 3.98 -
YUV 57.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 8 84 49 0.90 0 0.42 0.67 152.37 0.83 0.18
Hex 8 54 31 5A 0 2A 43 98 53 12
Octal 10 124 61 132 0 52 103 230 123 22
Binary 1000 1010100 110001 1011010 0 101010 1000011 10011000 1010011 10010

Color Harmonies of #085431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085431

Black with #085431

Text Example


Text Example

White with #085431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085431; }

 p { color: rgb(8,84,49); }

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

background-color css

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

 a { background-color: rgb(8,84,49); }

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

border-color css

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

 span { border-color: rgb(8,84,49); }

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