Html Css Color HEX #095124 Crusoe

📋 copy color: '#095124'

red 9 ◦ green 81 ◦ blue 36

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

Shades of Crusoe #095124

Tints of Crusoe #095124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.29%

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

R = 7.14%
G = 64.29%
B = 28.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#095124 (or 0x095124) is known color: Crusoe. HEX triplet: 09, 51 and 24. RGB value is (9,81,36). Sum of RGB (Red+Green+Blue) = 9+81+36=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #095124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095124 is #F6AEDB. Grayscale: #363636. Windows color (decimal): -16166620 or 2380041. OLE color: 2380041.

HSL color Cylindrical-coordinate representation of color #095124: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095124 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 36 -
CMYK 0.89 0 0.56 0.68
HSL 142.5º 0.8% 0.18% -
HSV(B) 142.5º 0.89% 0.32% -
XYZ 3.37 6.07 2.66 -
YUV 54.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 9 81 36 0.89 0 0.56 0.68 142.5 0.8 0.18
Hex 9 51 24 59 0 38 44 8E 50 12
Octal 11 121 44 131 0 70 104 216 120 22
Binary 1001 1010001 100100 1011001 0 111000 1000100 10001110 1010000 10010

Color Harmonies of #095124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095124

Black with #095124

Text Example


Text Example

White with #095124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095124; }

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

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

background-color css

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

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

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

border-color css

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

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

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