Html Css Color HEX #175F45 Jewel

📋 copy color: '#175F45'

red 23 ◦ green 95 ◦ blue 69

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

Shades of Jewel #175F45

Tints of Jewel #175F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 12.3%
G = 50.8%
B = 36.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#175F45 (or 0x175F45) is known color: Jewel. HEX triplet: 17, 5F and 45. RGB value is (23,95,69). Sum of RGB (Red+Green+Blue) = 23+95+69=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #175F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175F45 is #E8A0BA. Grayscale: #464646. Windows color (decimal): -15245499 or 4546327. OLE color: 4546327.

HSL color Cylindrical-coordinate representation of color #175F45: hue angle of 158.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F45 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 95 69 -
CMYK 0.76 0 0.27 0.63
HSL 158.33º 0.61% 0.23% -
HSV(B) 158.33º 0.76% 0.37% -
XYZ 5.52 8.8 7.04 -
YUV 70.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 23 95 69 0.76 0 0.27 0.63 158.33 0.61 0.23
Hex 17 5F 45 4C 0 1B 3F 9E 3D 17
Octal 27 137 105 114 0 33 77 236 75 27
Binary 10111 1011111 1000101 1001100 0 11011 111111 10011110 111101 10111

Color Harmonies of #175F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F45

Black with #175F45

Text Example


Text Example

White with #175F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175F45; }

 p { color: rgb(23,95,69); }

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

background-color css

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

 a { background-color: rgb(23,95,69); }

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

border-color css

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

 span { border-color: rgb(23,95,69); }

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