Html Css Color HEX #095432 Crusoe

📋 copy color: '#095432'

red 9 ◦ green 84 ◦ blue 50

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

Shades of Crusoe #095432

Tints of Crusoe #095432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 6.29%
G = 58.74%
B = 34.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#095432 (or 0x095432) is known color: Crusoe. HEX triplet: 09, 54 and 32. RGB value is (9,84,50). Sum of RGB (Red+Green+Blue) = 9+84+50=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #095432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095432 is #F6ABCD. Grayscale: #393939. Windows color (decimal): -16165838 or 3298313. OLE color: 3298313.

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

Color convert

RGB 9 84 50 -
CMYK 0.89 0 0.40 0.67
HSL 152.8º 0.81% 0.18% -
HSV(B) 152.8º 0.89% 0.33% -
XYZ 3.86 6.63 4.09 -
YUV 57.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 9 84 50 0.89 0 0.40 0.67 152.8 0.81 0.18
Hex 9 54 32 59 0 28 43 99 51 12
Octal 11 124 62 131 0 50 103 231 121 22
Binary 1001 1010100 110010 1011001 0 101000 1000011 10011001 1010001 10010

Color Harmonies of #095432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095432

Black with #095432

Text Example


Text Example

White with #095432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095432; }

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

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

background-color css

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

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

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

border-color css

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

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

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