Html Css Color HEX #155C43 Jewel

📋 copy color: '#155C43'

red 21 ◦ green 92 ◦ blue 67

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

Shades of Jewel #155C43

Tints of Jewel #155C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.22%

R = 11.67%
G = 51.11%
B = 37.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#155C43 (or 0x155C43) is known color: Jewel. HEX triplet: 15, 5C and 43. RGB value is (21,92,67). Sum of RGB (Red+Green+Blue) = 21+92+67=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #155C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C43 is #EAA3BC. Grayscale: #434343. Windows color (decimal): -15377341 or 4414485. OLE color: 4414485.

HSL color Cylindrical-coordinate representation of color #155C43: hue angle of 158.87º 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 #155C43 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 67 -
CMYK 0.77 0 0.27 0.64
HSL 158.87º 0.63% 0.22% -
HSV(B) 158.87º 0.77% 0.36% -
XYZ 5.15 8.22 6.63 -
YUV 67.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 21 92 67 0.77 0 0.27 0.64 158.87 0.63 0.22
Hex 15 5C 43 4D 0 1B 40 9F 3F 16
Octal 25 134 103 115 0 33 100 237 77 26
Binary 10101 1011100 1000011 1001101 0 11011 1000000 10011111 111111 10110

Color Harmonies of #155C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C43

Black with #155C43

Text Example


Text Example

White with #155C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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