Html Css Color HEX #095327 Crusoe

📋 copy color: '#095327'

red 9 ◦ green 83 ◦ blue 39

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

Shades of Crusoe #095327

Tints of Crusoe #095327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.77%

R = 6.87%
G = 63.36%
B = 29.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#095327 (or 0x095327) is known color: Crusoe. HEX triplet: 09, 53 and 27. RGB value is (9,83,39). Sum of RGB (Red+Green+Blue) = 9+83+39=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #095327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095327 is #F6ACD8. Grayscale: #373737. Windows color (decimal): -16166105 or 2577161. OLE color: 2577161.

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

Color convert

RGB 9 83 39 -
CMYK 0.89 0 0.53 0.67
HSL 144.32º 0.8% 0.18% -
HSV(B) 144.32º 0.89% 0.33% -
XYZ 3.57 6.39 2.96 -
YUV 55.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 9 83 39 0.89 0 0.53 0.67 144.32 0.8 0.18
Hex 9 53 27 59 0 35 43 90 50 12
Octal 11 123 47 131 0 65 103 220 120 22
Binary 1001 1010011 100111 1011001 0 110101 1000011 10010000 1010000 10010

Color Harmonies of #095327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095327

Black with #095327

Text Example


Text Example

White with #095327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095327; }

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

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

background-color css

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

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

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

border-color css

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

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

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