Html Css Color HEX #1A424C Green Vogue

📋 copy color: '#1A424C'

red 26 ◦ green 66 ◦ blue 76

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

Shades of Green Vogue #1A424C

Tints of Green Vogue #1A424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.29%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 15.48%
G = 39.29%
B = 45.24%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1A424C (or 0x1A424C) is known color: Green Vogue. HEX triplet: 1A, 42 and 4C. RGB value is (26,66,76). Sum of RGB (Red+Green+Blue) = 26+66+76=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A424C is #E5BDB3. Grayscale: #373737. Windows color (decimal): -15056308 or 4997658. OLE color: 4997658.

HSL color Cylindrical-coordinate representation of color #1A424C: hue angle of 192º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A424C is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 26 66 76 -
CMYK 0.66 0.13 0 0.70
HSL 192º 0.49% 0.2% -
HSV(B) 192º 0.66% 0.3% -
XYZ 3.68 4.64 7.54 -
YUV 55.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 26 66 76 0.66 0.13 0 0.70 192 0.49 0.2
Hex 1A 42 4C 42 D 0 46 C0 31 14
Octal 32 102 114 102 15 0 106 300 61 24
Binary 11010 1000010 1001100 1000010 1101 0 1000110 11000000 110001 10100

Color Harmonies of #1A424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A424C

Black with #1A424C

Text Example


Text Example

White with #1A424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,66,76); }

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

background-color css

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

 a { background-color: rgb(26,66,76); }

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

border-color css

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

 span { border-color: rgb(26,66,76); }

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