Html Css Color HEX #09542C Crusoe

📋 copy color: '#09542C'

red 9 ◦ green 84 ◦ blue 44

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

Shades of Crusoe #09542C

Tints of Crusoe #09542C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.12%

R = 6.57%
G = 61.31%
B = 32.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#09542C (or 0x09542C) is known color: Crusoe. HEX triplet: 09, 54 and 2C. RGB value is (9,84,44). Sum of RGB (Red+Green+Blue) = 9+84+44=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #09542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09542C is #F6ABD3. Grayscale: #393939. Windows color (decimal): -16165844 or 2905097. OLE color: 2905097.

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

Color convert

RGB 9 84 44 -
CMYK 0.89 0 0.48 0.67
HSL 148º 0.81% 0.18% -
HSV(B) 148º 0.89% 0.33% -
XYZ 3.74 6.58 3.46 -
YUV 57.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 9 84 44 0.89 0 0.48 0.67 148 0.81 0.18
Hex 9 54 2C 59 0 30 43 94 51 12
Octal 11 124 54 131 0 60 103 224 121 22
Binary 1001 1010100 101100 1011001 0 110000 1000011 10010100 1010001 10010

Color Harmonies of #09542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09542C

Black with #09542C

Text Example


Text Example

White with #09542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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