Html Css Color HEX #175228 Crusoe

📋 copy color: '#175228'

red 23 ◦ green 82 ◦ blue 40

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

Shades of Crusoe #175228

Tints of Crusoe #175228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.55%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 15.86%
G = 56.55%
B = 27.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#175228 (or 0x175228) is known color: Crusoe. HEX triplet: 17, 52 and 28. RGB value is (23,82,40). Sum of RGB (Red+Green+Blue) = 23+82+40=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #175228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175228 is #E8ADD7. Grayscale: #3B3B3B. Windows color (decimal): -15248856 or 2642455. OLE color: 2642455.

HSL color Cylindrical-coordinate representation of color #175228: hue angle of 137.29º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175228 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 82 40 -
CMYK 0.72 0 0.51 0.68
HSL 137.29º 0.56% 0.21% -
HSV(B) 137.29º 0.72% 0.32% -
XYZ 3.75 6.37 3.04 -
YUV 59.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 23 82 40 0.72 0 0.51 0.68 137.29 0.56 0.21
Hex 17 52 28 48 0 33 44 89 38 15
Octal 27 122 50 110 0 63 104 211 70 25
Binary 10111 1010010 101000 1001000 0 110011 1000100 10001001 111000 10101

Color Harmonies of #175228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175228

Black with #175228

Text Example


Text Example

White with #175228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175228; }

 p { color: rgb(23,82,40); }

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

background-color css

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

 a { background-color: rgb(23,82,40); }

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

border-color css

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

 span { border-color: rgb(23,82,40); }

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