Html Css Color HEX #09542F Crusoe

📋 copy color: '#09542F'

red 9 ◦ green 84 ◦ blue 47

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

Shades of Crusoe #09542F

Tints of Crusoe #09542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 6.43%
G = 60%
B = 33.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#09542F (or 0x09542F) is known color: Crusoe. HEX triplet: 09, 54 and 2F. RGB value is (9,84,47). Sum of RGB (Red+Green+Blue) = 9+84+47=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #09542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09542F is #F6ABD0. Grayscale: #393939. Windows color (decimal): -16165841 or 3101705. OLE color: 3101705.

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

Color convert

RGB 9 84 47 -
CMYK 0.89 0 0.44 0.67
HSL 150.4º 0.81% 0.18% -
HSV(B) 150.4º 0.89% 0.33% -
XYZ 3.8 6.6 3.76 -
YUV 57.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 9 84 47 0.89 0 0.44 0.67 150.4 0.81 0.18
Hex 9 54 2F 59 0 2C 43 96 51 12
Octal 11 124 57 131 0 54 103 226 121 22
Binary 1001 1010100 101111 1011001 0 101100 1000011 10010110 1010001 10010

Color Harmonies of #09542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09542F

Black with #09542F

Text Example


Text Example

White with #09542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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