#1A7438

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

Shades of Camarone #1A7438

Tints of Camarone #1A7438

Color information

#1A7438 (or 0x1A7438) is unknown color: approx Camarone. HEX triplet: 1A, 74 and 38. RGB value is (26,116,56). Sum of RGB (Red+Green+Blue) = 26+116+56=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7438 is #E58BC7. Grayscale: #525252. Windows color (decimal): -15043528 or 3699738. OLE color: 3699738.

HSL color Cylindrical-coordinate representation of color #1A7438: hue angle of 140º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7438 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB2611656-
CMYK0.7800.520.55
HSL140º63.38%27.84%-
HSV(B)140º77.59%45.49%-
XYZ7.39135.86-
YUV82.25113.1887.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 116 (45.70% from 255) = 58.59%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=13.13%
G=58.59%
B=28.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116560.7800.520.5514063.3827.84
Hex1A74384E034378c3f1c
Octal3216470116064672147734
Binary110101110100111000100111001101001101111000110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,56); }

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

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

 a { background-color: rgb(26,116,56); }

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

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

 span { border-color: rgb(26,116,56); }

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