Html Css Color HEX #09542E Crusoe

📋 copy color: '#09542E'

red 9 ◦ green 84 ◦ blue 46

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

Shades of Crusoe #09542E

Tints of Crusoe #09542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 6.47%
G = 60.43%
B = 33.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#09542E (or 0x09542E) is known color: Crusoe. HEX triplet: 09, 54 and 2E. RGB value is (9,84,46). Sum of RGB (Red+Green+Blue) = 9+84+46=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #09542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09542E is #F6ABD1. Grayscale: #393939. Windows color (decimal): -16165842 or 3036169. OLE color: 3036169.

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

Color convert

RGB 9 84 46 -
CMYK 0.89 0 0.45 0.67
HSL 149.6º 0.81% 0.18% -
HSV(B) 149.6º 0.89% 0.33% -
XYZ 3.78 6.6 3.66 -
YUV 57.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 9 84 46 0.89 0 0.45 0.67 149.6 0.81 0.18
Hex 9 54 2E 59 0 2D 43 96 51 12
Octal 11 124 56 131 0 55 103 226 121 22
Binary 1001 1010100 101110 1011001 0 101101 1000011 10010110 1010001 10010

Color Harmonies of #09542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09542E

Black with #09542E

Text Example


Text Example

White with #09542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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