Html Css Color HEX #09542D Crusoe

📋 copy color: '#09542D'

red 9 ◦ green 84 ◦ blue 45

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

Shades of Crusoe #09542D

Tints of Crusoe #09542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.61%

R = 6.52%
G = 60.87%
B = 32.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#09542D (or 0x09542D) is known color: Crusoe. HEX triplet: 09, 54 and 2D. RGB value is (9,84,45). Sum of RGB (Red+Green+Blue) = 9+84+45=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #09542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09542D is #F6ABD2. Grayscale: #393939. Windows color (decimal): -16165843 or 2970633. OLE color: 2970633.

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

Color convert

RGB 9 84 45 -
CMYK 0.89 0 0.46 0.67
HSL 148.8º 0.81% 0.18% -
HSV(B) 148.8º 0.89% 0.33% -
XYZ 3.76 6.59 3.56 -
YUV 57.13 121.15 93.67 -
System Red Green Blue C M Y K H S L
Decimal 9 84 45 0.89 0 0.46 0.67 148.8 0.81 0.18
Hex 9 54 2D 59 0 2E 43 95 51 12
Octal 11 124 55 131 0 56 103 225 121 22
Binary 1001 1010100 101101 1011001 0 101110 1000011 10010101 1010001 10010

Color Harmonies of #09542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09542D

Black with #09542D

Text Example


Text Example

White with #09542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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