#1A4130

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

Shades of Zuccini #1A4130

Tints of Zuccini #1A4130

Color information

#1A4130 (or 0x1A4130) is unknown color: approx Zuccini. HEX triplet: 1A, 41 and 30. RGB value is (26,65,48). Sum of RGB (Red+Green+Blue) = 26+65+48=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4130 is #E5BECF. Grayscale: #333333. Windows color (decimal): -15056592 or 3162394. OLE color: 3162394.

HSL color Cylindrical-coordinate representation of color #1A4130: hue angle of 153.85º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A4130 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB266548-
CMYK0.6000.260.75
HSL153.85º42.86%17.84%-
HSV(B)153.85º60%25.49%-
XYZ2.854.213.46-
YUV51.4126.08109.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.71%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=18.71%
G=46.76%
B=34.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665480.6000.260.75153.8542.8617.84
Hex1A41303C01A4B9a2b12
Octal3210160740321132325322
Binary11010100000111000011110001101010010111001101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,65,48); }

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

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

 a { background-color: rgb(26,65,48); }

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

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

 span { border-color: rgb(26,65,48); }

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