Html Css Color HEX #175021 Crusoe

📋 copy color: '#175021'

red 23 ◦ green 80 ◦ blue 33

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

Shades of Crusoe #175021

Tints of Crusoe #175021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.82%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 16.91%
G = 58.82%
B = 24.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#175021 (or 0x175021) is known color: Crusoe. HEX triplet: 17, 50 and 21. RGB value is (23,80,33). Sum of RGB (Red+Green+Blue) = 23+80+33=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #175021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175021 is #E8AFDE. Grayscale: #393939. Windows color (decimal): -15249375 or 2183191. OLE color: 2183191.

HSL color Cylindrical-coordinate representation of color #175021: hue angle of 130.53º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175021 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 80 33 -
CMYK 0.71 0 0.59 0.69
HSL 130.53º 0.55% 0.2% -
HSV(B) 130.53º 0.71% 0.31% -
XYZ 3.5 6.03 2.42 -
YUV 57.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 23 80 33 0.71 0 0.59 0.69 130.53 0.55 0.2
Hex 17 50 21 47 0 3B 45 83 37 14
Octal 27 120 41 107 0 73 105 203 67 24
Binary 10111 1010000 100001 1000111 0 111011 1000101 10000011 110111 10100

Color Harmonies of #175021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175021

Black with #175021

Text Example


Text Example

White with #175021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175021; }

 p { color: rgb(23,80,33); }

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

background-color css

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

 a { background-color: rgb(23,80,33); }

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

border-color css

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

 span { border-color: rgb(23,80,33); }

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