#348734

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

Shades of Japanese Laurel #348734

Tints of Japanese Laurel #348734

Color information

#348734 (or 0x348734) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 34. RGB value is (52,135,52). Sum of RGB (Red+Green+Blue) = 52+135+52=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #348734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348734 is #CB78CB. Grayscale: #646464. Windows color (decimal): -13334732 or 3442484. OLE color: 3442484.

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

Color convert

RGB5213552-
CMYK0.6100.610.47
HSL120º44.39%36.67%-
HSV(B)120º61.48%52.94%-
XYZ10.718.316.22-
YUV100.72100.593.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=21.76%
G=56.49%
B=21.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135520.6100.610.4712044.3936.67
Hex3487343D03D2F782c25
Octal642076475075571705445
Binary1101001000011111010011110101111011011111111000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348734; }

 p { color: rgb(52,135,52); }

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

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

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

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

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

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

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