Html Css Color HEX #085430 Crusoe

📋 copy color: '#085430'

red 8 ◦ green 84 ◦ blue 48

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

Shades of Crusoe #085430

Tints of Crusoe #085430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.29%

R = 5.71%
G = 60%
B = 34.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#085430 (or 0x085430) is known color: Crusoe. HEX triplet: 08, 54 and 30. RGB value is (8,84,48). Sum of RGB (Red+Green+Blue) = 8+84+48=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #085430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085430 is #F7ABCF. Grayscale: #393939. Windows color (decimal): -16231376 or 3167240. OLE color: 3167240.

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

Color convert

RGB 8 84 48 -
CMYK 0.90 0 0.43 0.67
HSL 151.58º 0.83% 0.18% -
HSV(B) 151.58º 0.9% 0.33% -
XYZ 3.8 6.61 3.87 -
YUV 57.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 8 84 48 0.90 0 0.43 0.67 151.58 0.83 0.18
Hex 8 54 30 5A 0 2B 43 98 53 12
Octal 10 124 60 132 0 53 103 230 123 22
Binary 1000 1010100 110000 1011010 0 101011 1000011 10011000 1010011 10010

Color Harmonies of #085430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085430

Black with #085430

Text Example


Text Example

White with #085430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085430; }

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

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

background-color css

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

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

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

border-color css

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

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

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