Html Css Color HEX #1B6649 Jewel

📋 copy color: '#1B6649'

red 27 ◦ green 102 ◦ blue 73

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

Shades of Jewel #1B6649

Tints of Jewel #1B6649

RGB

 RED value IS 27 (10.94% from 255) = 13.37%

 GREEN value IS 102 (40.23% from 255) = 50.5%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 13.37%
G = 50.5%
B = 36.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#1B6649 (or 0x1B6649) is known color: Jewel. HEX triplet: 1B, 66 and 49. RGB value is (27,102,73). Sum of RGB (Red+Green+Blue) = 27+102+73=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #1B6649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6649 is #E499B6. Grayscale: #4C4C4C. Windows color (decimal): -14981559 or 4810267. OLE color: 4810267.

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

Color convert

RGB 27 102 73 -
CMYK 0.74 0 0.28 0.6
HSL 156.8º 0.58% 0.25% -
HSV(B) 156.8º 0.74% 0.4% -
XYZ 6.41 10.22 7.94 -
YUV 76.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 27 102 73 0.74 0 0.28 0.6 156.8 0.58 0.25
Hex 1B 66 49 4A 0 1C 3C 9D 3A 19
Octal 33 146 111 112 0 34 74 235 72 31
Binary 11011 1100110 1001001 1001010 0 11100 111100 10011101 111010 11001

Color Harmonies of #1B6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6649

Black with #1B6649

Text Example


Text Example

White with #1B6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,102,73); }

 H1.HeaderClassName
 {
   color: #1B6649;
 }
 .AnyTagClassName
 {
   color: #1B6649;
 }
</style>

background-color css

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

 a { background-color: rgb(27,102,73); }

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

border-color css

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

 span { border-color: rgb(27,102,73); }

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