Html Css Color HEX #095320 Crusoe

📋 copy color: '#095320'

red 9 ◦ green 83 ◦ blue 32

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

Shades of Crusoe #095320

Tints of Crusoe #095320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 66.94%

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

R = 7.26%
G = 66.94%
B = 25.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#095320 (or 0x095320) is known color: Crusoe. HEX triplet: 09, 53 and 20. RGB value is (9,83,32). Sum of RGB (Red+Green+Blue) = 9+83+32=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #095320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095320 is #F6ACDF. Grayscale: #373737. Windows color (decimal): -16166112 or 2118409. OLE color: 2118409.

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

Color convert

RGB 9 83 32 -
CMYK 0.89 0 0.61 0.67
HSL 138.65º 0.8% 0.18% -
HSV(B) 138.65º 0.89% 0.33% -
XYZ 3.47 6.35 2.41 -
YUV 55.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 9 83 32 0.89 0 0.61 0.67 138.65 0.8 0.18
Hex 9 53 20 59 0 3D 43 8B 50 12
Octal 11 123 40 131 0 75 103 213 120 22
Binary 1001 1010011 100000 1011001 0 111101 1000011 10001011 1010000 10010

Color Harmonies of #095320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095320

Black with #095320

Text Example


Text Example

White with #095320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095320; }

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

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

background-color css

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

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

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

border-color css

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

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

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