Html Css Color HEX #095323 Crusoe

📋 copy color: '#095323'

red 9 ◦ green 83 ◦ blue 35

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

Shades of Crusoe #095323

Tints of Crusoe #095323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 7.09%
G = 65.35%
B = 27.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#095323 (or 0x095323) is known color: Crusoe. HEX triplet: 09, 53 and 23. RGB value is (9,83,35). Sum of RGB (Red+Green+Blue) = 9+83+35=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #095323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095323 is #F6ACDC. Grayscale: #373737. Windows color (decimal): -16166109 or 2315017. OLE color: 2315017.

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

Color convert

RGB 9 83 35 -
CMYK 0.89 0 0.58 0.67
HSL 141.08º 0.8% 0.18% -
HSV(B) 141.08º 0.89% 0.33% -
XYZ 3.51 6.37 2.63 -
YUV 55.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 9 83 35 0.89 0 0.58 0.67 141.08 0.8 0.18
Hex 9 53 23 59 0 3A 43 8D 50 12
Octal 11 123 43 131 0 72 103 215 120 22
Binary 1001 1010011 100011 1011001 0 111010 1000011 10001101 1010000 10010

Color Harmonies of #095323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095323

Black with #095323

Text Example


Text Example

White with #095323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095323; }

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

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

background-color css

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

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

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

border-color css

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

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

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