Html Css Color HEX #175230 Crusoe

📋 copy color: '#175230'

red 23 ◦ green 82 ◦ blue 48

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

Shades of Crusoe #175230

Tints of Crusoe #175230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.37%

R = 15.03%
G = 53.59%
B = 31.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#175230 (or 0x175230) is known color: Crusoe. HEX triplet: 17, 52 and 30. RGB value is (23,82,48). Sum of RGB (Red+Green+Blue) = 23+82+48=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #175230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175230 is #E8ADCF. Grayscale: #3C3C3C. Windows color (decimal): -15248848 or 3166743. OLE color: 3166743.

HSL color Cylindrical-coordinate representation of color #175230: hue angle of 145.42º 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 #175230 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 82 48 -
CMYK 0.72 0 0.41 0.68
HSL 145.42º 0.56% 0.21% -
HSV(B) 145.42º 0.72% 0.32% -
XYZ 3.9 6.43 3.83 -
YUV 60.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 23 82 48 0.72 0 0.41 0.68 145.42 0.56 0.21
Hex 17 52 30 48 0 29 44 91 38 15
Octal 27 122 60 110 0 51 104 221 70 25
Binary 10111 1010010 110000 1001000 0 101001 1000100 10010001 111000 10101

Color Harmonies of #175230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175230

Black with #175230

Text Example


Text Example

White with #175230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175230; }

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

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

background-color css

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

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

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

border-color css

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

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

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