Html Css Color HEX #095420 Crusoe

📋 copy color: '#095420'

red 9 ◦ green 84 ◦ blue 32

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

Shades of Crusoe #095420

Tints of Crusoe #095420

RGB

 RED value IS 9 (3.91% from 255) = 7.2%

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

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 7.2%
G = 67.2%
B = 25.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#095420 (or 0x095420) is known color: Crusoe. HEX triplet: 09, 54 and 20. RGB value is (9,84,32). Sum of RGB (Red+Green+Blue) = 9+84+32=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #095420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095420 is #F6ABDF. Grayscale: #373737. Windows color (decimal): -16165856 or 2118665. OLE color: 2118665.

HSL color Cylindrical-coordinate representation of color #095420: hue angle of 138.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095420 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 32 -
CMYK 0.89 0 0.62 0.67
HSL 138.4º 0.81% 0.18% -
HSV(B) 138.4º 0.89% 0.33% -
XYZ 3.54 6.5 2.43 -
YUV 55.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 9 84 32 0.89 0 0.62 0.67 138.4 0.81 0.18
Hex 9 54 20 59 0 3E 43 8A 51 12
Octal 11 124 40 131 0 76 103 212 121 22
Binary 1001 1010100 100000 1011001 0 111110 1000011 10001010 1010001 10010

Color Harmonies of #095420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095420

Black with #095420

Text Example


Text Example

White with #095420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095420; }

 p { color: rgb(9,84,32); }

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

background-color css

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

 a { background-color: rgb(9,84,32); }

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

border-color css

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

 span { border-color: rgb(9,84,32); }

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