Html Css Color HEX #095427 Crusoe

📋 copy color: '#095427'

red 9 ◦ green 84 ◦ blue 39

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

Shades of Crusoe #095427

Tints of Crusoe #095427

RGB

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

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

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

R = 6.82%
G = 63.64%
B = 29.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#095427 (or 0x095427) is known color: Crusoe. HEX triplet: 09, 54 and 27. RGB value is (9,84,39). Sum of RGB (Red+Green+Blue) = 9+84+39=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #095427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095427 is #F6ABD8. Grayscale: #383838. Windows color (decimal): -16165849 or 2577417. OLE color: 2577417.

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

Color convert

RGB 9 84 39 -
CMYK 0.89 0 0.54 0.67
HSL 144º 0.81% 0.18% -
HSV(B) 144º 0.89% 0.33% -
XYZ 3.65 6.55 2.99 -
YUV 56.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 9 84 39 0.89 0 0.54 0.67 144 0.81 0.18
Hex 9 54 27 59 0 36 43 90 51 12
Octal 11 124 47 131 0 66 103 220 121 22
Binary 1001 1010100 100111 1011001 0 110110 1000011 10010000 1010001 10010

Color Harmonies of #095427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095427

Black with #095427

Text Example


Text Example

White with #095427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095427; }

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

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

background-color css

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

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

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

border-color css

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

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

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