Html Css Color HEX #15654B Jewel

📋 copy color: '#15654B'

red 21 ◦ green 101 ◦ blue 75

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

Shades of Jewel #15654B

Tints of Jewel #15654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.27%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 10.66%
G = 51.27%
B = 38.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#15654B (or 0x15654B) is known color: Jewel. HEX triplet: 15, 65 and 4B. RGB value is (21,101,75). Sum of RGB (Red+Green+Blue) = 21+101+75=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #15654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15654B is #EA9AB4. Grayscale: #4A4A4A. Windows color (decimal): -15375029 or 4941077. OLE color: 4941077.

HSL color Cylindrical-coordinate representation of color #15654B: hue angle of 160.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15654B is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 101 75 -
CMYK 0.79 0 0.26 0.60
HSL 160.5º 0.66% 0.24% -
HSV(B) 160.5º 0.79% 0.4% -
XYZ 6.23 9.97 8.25 -
YUV 74.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 21 101 75 0.79 0 0.26 0.60 160.5 0.66 0.24
Hex 15 65 4B 4F 0 1A 3C A0 42 18
Octal 25 145 113 117 0 32 74 240 102 30
Binary 10101 1100101 1001011 1001111 0 11010 111100 10100000 1000010 11000

Color Harmonies of #15654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15654B

Black with #15654B

Text Example


Text Example

White with #15654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15654B; }

 p { color: rgb(21,101,75); }

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

background-color css

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

 a { background-color: rgb(21,101,75); }

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

border-color css

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

 span { border-color: rgb(21,101,75); }

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