#34694C

Color #34694C Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #34694C

Tints of Green Pea #34694C

Color information

#34694C (or 0x34694C) is unknown color: approx Green Pea. HEX triplet: 34, 69 and 4C. RGB value is (52,105,76). Sum of RGB (Red+Green+Blue) = 52+105+76=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #34694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34694C is #CB96B3. Grayscale: #555555. Windows color (decimal): -13342388 or 5007668. OLE color: 5007668.

HSL color Cylindrical-coordinate representation of color #34694C: hue angle of 147.17º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34694C is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB5210576-
CMYK0.5000.280.59
HSL147.17º33.76%30.78%-
HSV(B)147.17º50.48%41.18%-
XYZ7.7711.368.62-
YUV85.85122.44103.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=22.32%
G=45.06%
B=32.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105760.5000.280.59147.1733.7630.78
Hex34694C3201C3B93221f
Octal6415111462034732234237
Binary110100110100110011001100100111001110111001001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34694C; }

 p { color: rgb(52,105,76); }

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

<style>
 a { background-color: #34694C; }

 a { background-color: rgb(52,105,76); }

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

<style>
 span { border-color: #34694C; }

 span { border-color: rgb(52,105,76); }

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