Html Css Color HEX #1A6648 Jewel

📋 copy color: '#1A6648'

red 26 ◦ green 102 ◦ blue 72

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

Shades of Jewel #1A6648

Tints of Jewel #1A6648

RGB

 RED value IS 26 (10.55% from 255) = 13%

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

 BLUE value IS 72 (28.52% from 255) = 36%

R = 13%
G = 51%
B = 36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#1A6648 (or 0x1A6648) is known color: Jewel. HEX triplet: 1A, 66 and 48. RGB value is (26,102,72). Sum of RGB (Red+Green+Blue) = 26+102+72=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6648 is #E599B7. Grayscale: #4B4B4B. Windows color (decimal): -15047096 or 4744730. OLE color: 4744730.

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

Color convert

RGB 26 102 72 -
CMYK 0.75 0 0.29 0.6
HSL 156.32º 0.59% 0.25% -
HSV(B) 156.32º 0.75% 0.4% -
XYZ 6.35 10.19 7.76 -
YUV 75.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 26 102 72 0.75 0 0.29 0.6 156.32 0.59 0.25
Hex 1A 66 48 4B 0 1D 3C 9C 3B 19
Octal 32 146 110 113 0 35 74 234 73 31
Binary 11010 1100110 1001000 1001011 0 11101 111100 10011100 111011 11001

Color Harmonies of #1A6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6648

Black with #1A6648

Text Example


Text Example

White with #1A6648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,102,72); }

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

background-color css

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

 a { background-color: rgb(26,102,72); }

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

border-color css

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

 span { border-color: rgb(26,102,72); }

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