Html Css Color HEX #17552F Crusoe

📋 copy color: '#17552F'

red 23 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #17552F

Tints of Crusoe #17552F

RGB

 RED value IS 23 (9.38% from 255) = 14.84%

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

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

R = 14.84%
G = 54.84%
B = 30.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#17552F (or 0x17552F) is known color: Crusoe. HEX triplet: 17, 55 and 2F. RGB value is (23,85,47). Sum of RGB (Red+Green+Blue) = 23+85+47=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #17552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17552F is #E8AAD0. Grayscale: #3E3E3E. Windows color (decimal): -15248081 or 3101975. OLE color: 3101975.

HSL color Cylindrical-coordinate representation of color #17552F: hue angle of 143.23º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17552F is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 85 47 -
CMYK 0.73 0 0.45 0.67
HSL 143.23º 0.57% 0.21% -
HSV(B) 143.23º 0.73% 0.33% -
XYZ 4.11 6.88 3.8 -
YUV 62.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 23 85 47 0.73 0 0.45 0.67 143.23 0.57 0.21
Hex 17 55 2F 49 0 2D 43 8F 39 15
Octal 27 125 57 111 0 55 103 217 71 25
Binary 10111 1010101 101111 1001001 0 101101 1000011 10001111 111001 10101

Color Harmonies of #17552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17552F

Black with #17552F

Text Example


Text Example

White with #17552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,85,47); }

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

background-color css

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

 a { background-color: rgb(23,85,47); }

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

border-color css

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

 span { border-color: rgb(23,85,47); }

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