Html Css Color HEX #095024 Crusoe

📋 copy color: '#095024'

red 9 ◦ green 80 ◦ blue 36

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

Shades of Crusoe #095024

Tints of Crusoe #095024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 64%

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

R = 7.2%
G = 64%
B = 28.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#095024 (or 0x095024) is known color: Crusoe. HEX triplet: 09, 50 and 24. RGB value is (9,80,36). Sum of RGB (Red+Green+Blue) = 9+80+36=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #095024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095024 is #F6AFDB. Grayscale: #353535. Windows color (decimal): -16166876 or 2379785. OLE color: 2379785.

HSL color Cylindrical-coordinate representation of color #095024: hue angle of 142.82º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095024 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 36 -
CMYK 0.89 0 0.55 0.69
HSL 142.82º 0.8% 0.17% -
HSV(B) 142.82º 0.89% 0.31% -
XYZ 3.3 5.92 2.64 -
YUV 53.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 9 80 36 0.89 0 0.55 0.69 142.82 0.8 0.17
Hex 9 50 24 59 0 37 45 8F 50 11
Octal 11 120 44 131 0 67 105 217 120 21
Binary 1001 1010000 100100 1011001 0 110111 1000101 10001111 1010000 10001

Color Harmonies of #095024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095024

Black with #095024

Text Example


Text Example

White with #095024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095024; }

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

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

background-color css

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

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

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

border-color css

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

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

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