Html Css Color HEX #09552D Crusoe

📋 copy color: '#09552D'

red 9 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #09552D

Tints of Crusoe #09552D

RGB

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

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

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

R = 6.47%
G = 61.15%
B = 32.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#09552D (or 0x09552D) is known color: Crusoe. HEX triplet: 09, 55 and 2D. RGB value is (9,85,45). Sum of RGB (Red+Green+Blue) = 9+85+45=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #09552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09552D is #F6AAD2. Grayscale: #393939. Windows color (decimal): -16165587 or 2970889. OLE color: 2970889.

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

Color convert

RGB 9 85 45 -
CMYK 0.89 0 0.47 0.67
HSL 148.42º 0.81% 0.18% -
HSV(B) 148.42º 0.89% 0.33% -
XYZ 3.83 6.74 3.58 -
YUV 57.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 9 85 45 0.89 0 0.47 0.67 148.42 0.81 0.18
Hex 9 55 2D 59 0 2F 43 94 51 12
Octal 11 125 55 131 0 57 103 224 121 22
Binary 1001 1010101 101101 1011001 0 101111 1000011 10010100 1010001 10010

Color Harmonies of #09552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09552D

Black with #09552D

Text Example


Text Example

White with #09552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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