#348833

Color #348833 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #348833

Tints of Japanese Laurel #348833

Color information

#348833 (or 0x348833) is unknown color: approx Japanese Laurel. HEX triplet: 34, 88 and 33. RGB value is (52,136,51). Sum of RGB (Red+Green+Blue) = 52+136+51=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #348833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348833 is #CB77CC. Grayscale: #656565. Windows color (decimal): -13334477 or 3377204. OLE color: 3377204.

HSL color Cylindrical-coordinate representation of color #348833: hue angle of 119.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348833 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB5213651-
CMYK0.6200.620.47
HSL119.29º45.45%36.67%-
HSV(B)119.29º62.5%53.33%-
XYZ10.8218.586.15-
YUV101.1999.6792.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 136 (53.52% from 255) = 56.90%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=21.76%
G=56.90%
B=21.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136510.6200.620.47119.2945.4536.67
Hex3488333E03E2F772d25
Octal642106376076571675545
Binary1101001000100011001111111001111101011111110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348833; }

 p { color: rgb(52,136,51); }

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

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

 a { background-color: rgb(52,136,51); }

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

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

 span { border-color: rgb(52,136,51); }

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