Html Css Color HEX #09552B Crusoe

📋 copy color: '#09552B'

red 9 ◦ green 85 ◦ blue 43

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

Shades of Crusoe #09552B

Tints of Crusoe #09552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.04%

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 6.57%
G = 62.04%
B = 31.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#09552B (or 0x09552B) is known color: Crusoe. HEX triplet: 09, 55 and 2B. RGB value is (9,85,43). Sum of RGB (Red+Green+Blue) = 9+85+43=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #09552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09552B is #F6AAD4. Grayscale: #393939. Windows color (decimal): -16165589 or 2839817. OLE color: 2839817.

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

Color convert

RGB 9 85 43 -
CMYK 0.89 0 0.49 0.67
HSL 146.84º 0.81% 0.18% -
HSV(B) 146.84º 0.89% 0.33% -
XYZ 3.8 6.73 3.38 -
YUV 57.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 9 85 43 0.89 0 0.49 0.67 146.84 0.81 0.18
Hex 9 55 2B 59 0 31 43 93 51 12
Octal 11 125 53 131 0 61 103 223 121 22
Binary 1001 1010101 101011 1011001 0 110001 1000011 10010011 1010001 10010

Color Harmonies of #09552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09552B

Black with #09552B

Text Example


Text Example

White with #09552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09552B; }

 p { color: rgb(9,85,43); }

 H1.HeaderClassName
 {
   color: #09552B;
 }
 .AnyTagClassName
 {
   color: #09552B;
 }
</style>

background-color css

<style>
 a { background-color: #09552B; }

 a { background-color: rgb(9,85,43); }

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

border-color css

<style>
 span { border-color: #09552B; }

 span { border-color: rgb(9,85,43); }

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