Html Css Color HEX #085428 Crusoe

📋 copy color: '#085428'

red 8 ◦ green 84 ◦ blue 40

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

Shades of Crusoe #085428

Tints of Crusoe #085428

RGB

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

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

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

R = 6.06%
G = 63.64%
B = 30.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#085428 (or 0x085428) is known color: Crusoe. HEX triplet: 08, 54 and 28. RGB value is (8,84,40). Sum of RGB (Red+Green+Blue) = 8+84+40=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #085428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085428 is #F7ABD7. Grayscale: #383838. Windows color (decimal): -16231384 or 2642952. OLE color: 2642952.

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

Color convert

RGB 8 84 40 -
CMYK 0.90 0 0.52 0.67
HSL 145.26º 0.83% 0.18% -
HSV(B) 145.26º 0.9% 0.33% -
XYZ 3.65 6.55 3.08 -
YUV 56.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 8 84 40 0.90 0 0.52 0.67 145.26 0.83 0.18
Hex 8 54 28 5A 0 34 43 91 53 12
Octal 10 124 50 132 0 64 103 221 123 22
Binary 1000 1010100 101000 1011010 0 110100 1000011 10010001 1010011 10010

Color Harmonies of #085428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085428

Black with #085428

Text Example


Text Example

White with #085428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085428; }

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

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

background-color css

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

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

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

border-color css

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

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

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