Html Css Color HEX #155C45 Jewel

📋 copy color: '#155C45'

red 21 ◦ green 92 ◦ blue 69

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

Shades of Jewel #155C45

Tints of Jewel #155C45

RGB

 RED value IS 21 (8.59% from 255) = 11.54%

 GREEN value IS 92 (36.33% from 255) = 50.55%

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

R = 11.54%
G = 50.55%
B = 37.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#155C45 (or 0x155C45) is known color: Jewel. HEX triplet: 15, 5C and 45. RGB value is (21,92,69). Sum of RGB (Red+Green+Blue) = 21+92+69=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #155C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C45 is #EAA3BA. Grayscale: #444444. Windows color (decimal): -15377339 or 4545557. OLE color: 4545557.

HSL color Cylindrical-coordinate representation of color #155C45: hue angle of 160.56º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C45 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 69 -
CMYK 0.77 0 0.25 0.64
HSL 160.56º 0.63% 0.22% -
HSV(B) 160.56º 0.77% 0.36% -
XYZ 5.21 8.24 6.95 -
YUV 68.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 21 92 69 0.77 0 0.25 0.64 160.56 0.63 0.22
Hex 15 5C 45 4D 0 19 40 A1 3F 16
Octal 25 134 105 115 0 31 100 241 77 26
Binary 10101 1011100 1000101 1001101 0 11001 1000000 10100001 111111 10110

Color Harmonies of #155C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C45

Black with #155C45

Text Example


Text Example

White with #155C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155C45; }

 p { color: rgb(21,92,69); }

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

background-color css

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

 a { background-color: rgb(21,92,69); }

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

border-color css

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

 span { border-color: rgb(21,92,69); }

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