Html Css Color HEX #09542A Crusoe

📋 copy color: '#09542A'

red 9 ◦ green 84 ◦ blue 42

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

Shades of Crusoe #09542A

Tints of Crusoe #09542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 6.67%
G = 62.22%
B = 31.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#09542A (or 0x09542A) is known color: Crusoe. HEX triplet: 09, 54 and 2A. RGB value is (9,84,42). Sum of RGB (Red+Green+Blue) = 9+84+42=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #09542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09542A is #F6ABD5. Grayscale: #383838. Windows color (decimal): -16165846 or 2774025. OLE color: 2774025.

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

Color convert

RGB 9 84 42 -
CMYK 0.89 0 0.5 0.67
HSL 146.4º 0.81% 0.18% -
HSV(B) 146.4º 0.89% 0.33% -
XYZ 3.7 6.57 3.26 -
YUV 56.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 9 84 42 0.89 0 0.5 0.67 146.4 0.81 0.18
Hex 9 54 2A 59 0 32 43 92 51 12
Octal 11 124 52 131 0 62 103 222 121 22
Binary 1001 1010100 101010 1011001 0 110010 1000011 10010010 1010001 10010

Color Harmonies of #09542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09542A

Black with #09542A

Text Example


Text Example

White with #09542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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