Html Css Color HEX #085429 Crusoe

📋 copy color: '#085429'

red 8 ◦ green 84 ◦ blue 41

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

Shades of Crusoe #085429

Tints of Crusoe #085429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 6.02%
G = 63.16%
B = 30.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#085429 (or 0x085429) is known color: Crusoe. HEX triplet: 08, 54 and 29. RGB value is (8,84,41). Sum of RGB (Red+Green+Blue) = 8+84+41=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #085429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085429 is #F7ABD6. Grayscale: #383838. Windows color (decimal): -16231383 or 2708488. OLE color: 2708488.

HSL color Cylindrical-coordinate representation of color #085429: hue angle of 146.05º 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 #085429 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 41 -
CMYK 0.90 0 0.51 0.67
HSL 146.05º 0.83% 0.18% -
HSV(B) 146.05º 0.9% 0.33% -
XYZ 3.67 6.55 3.17 -
YUV 56.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 8 84 41 0.90 0 0.51 0.67 146.05 0.83 0.18
Hex 8 54 29 5A 0 33 43 92 53 12
Octal 10 124 51 132 0 63 103 222 123 22
Binary 1000 1010100 101001 1011010 0 110011 1000011 10010010 1010011 10010

Color Harmonies of #085429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085429

Black with #085429

Text Example


Text Example

White with #085429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085429; }

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

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

background-color css

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

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

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

border-color css

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

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

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