Html Css Color HEX #095424 Crusoe

📋 copy color: '#095424'

red 9 ◦ green 84 ◦ blue 36

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

Shades of Crusoe #095424

Tints of Crusoe #095424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.91%

R = 6.98%
G = 65.12%
B = 27.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#095424 (or 0x095424) is known color: Crusoe. HEX triplet: 09, 54 and 24. RGB value is (9,84,36). Sum of RGB (Red+Green+Blue) = 9+84+36=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #095424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095424 is #F6ABDB. Grayscale: #383838. Windows color (decimal): -16165852 or 2380809. OLE color: 2380809.

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

Color convert

RGB 9 84 36 -
CMYK 0.89 0 0.57 0.67
HSL 141.6º 0.81% 0.18% -
HSV(B) 141.6º 0.89% 0.33% -
XYZ 3.6 6.53 2.74 -
YUV 56.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 9 84 36 0.89 0 0.57 0.67 141.6 0.81 0.18
Hex 9 54 24 59 0 39 43 8E 51 12
Octal 11 124 44 131 0 71 103 216 121 22
Binary 1001 1010100 100100 1011001 0 111001 1000011 10001110 1010001 10010

Color Harmonies of #095424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095424

Black with #095424

Text Example


Text Example

White with #095424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095424; }

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

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

background-color css

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

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

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

border-color css

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

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

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