#1B654A

Color #1B654A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #1B654A

Tints of Jewel #1B654A

Color information

#1B654A (or 0x1B654A) is unknown color: approx Jewel. HEX triplet: 1B, 65 and 4A. RGB value is (27,101,74). Sum of RGB (Red+Green+Blue) = 27+101+74=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #1B654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B654A is #E49AB5. Grayscale: #4B4B4B. Windows color (decimal): -14981814 or 4875547. OLE color: 4875547.

HSL color Cylindrical-coordinate representation of color #1B654A: hue angle of 158.11º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B654A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB2710174-
CMYK0.7300.270.60
HSL158.11º57.81%25.1%-
HSV(B)158.11º73.27%39.61%-
XYZ6.3410.038.08-
YUV75.8126.9893.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.37%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=13.37%
G=50%
B=36.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27101740.7300.270.60158.1157.8125.1
Hex1B654A4901B3C9e3a19
Octal33145112111033742367231
Binary110111100101100101010010010110111111001001111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B654A; }

 p { color: rgb(27,101,74); }

 H1.HeaderClassName
 {
   color: #1B654A;
 }
 .AnyTagClassName
 {
   color: #1B654A;
 }
</style>
background-color css

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

 a { background-color: rgb(27,101,74); }

 div.DivClassName
 {
   background-color: #1B654A;
 }
 .BgClassName
 {
   background-color: #1B654A;
 }
</style>
border-color css

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

 span { border-color: rgb(27,101,74); }

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