Html Css Color HEX #085A30 Crusoe

📋 copy color: '#085A30'

red 8 ◦ green 90 ◦ blue 48

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

Shades of Crusoe #085A30

Tints of Crusoe #085A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 61.64%

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

R = 5.48%
G = 61.64%
B = 32.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#085A30 (or 0x085A30) is known color: Crusoe. HEX triplet: 08, 5A and 30. RGB value is (8,90,48). Sum of RGB (Red+Green+Blue) = 8+90+48=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #085A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A30 is #F7A5CF. Grayscale: #3C3C3C. Windows color (decimal): -16229840 or 3168776. OLE color: 3168776.

HSL color Cylindrical-coordinate representation of color #085A30: hue angle of 149.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A30 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 90 48 -
CMYK 0.91 0 0.47 0.65
HSL 149.27º 0.84% 0.19% -
HSV(B) 149.27º 0.91% 0.35% -
XYZ 4.29 7.58 4.03 -
YUV 60.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 8 90 48 0.91 0 0.47 0.65 149.27 0.84 0.19
Hex 8 5A 30 5B 0 2F 41 95 54 13
Octal 10 132 60 133 0 57 101 225 124 23
Binary 1000 1011010 110000 1011011 0 101111 1000001 10010101 1010100 10011

Color Harmonies of #085A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A30

Black with #085A30

Text Example


Text Example

White with #085A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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