#348738

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

Shades of Japanese Laurel #348738

Tints of Japanese Laurel #348738

Color information

#348738 (or 0x348738) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 38. RGB value is (52,135,56). Sum of RGB (Red+Green+Blue) = 52+135+56=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #348738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348738 is #CB78C7. Grayscale: #656565. Windows color (decimal): -13334728 or 3704628. OLE color: 3704628.

HSL color Cylindrical-coordinate representation of color #348738: hue angle of 122.89º 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 #348738 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5213556-
CMYK0.6100.590.47
HSL122.89º44.39%36.67%-
HSV(B)122.89º61.48%52.94%-
XYZ10.7918.346.71-
YUV101.18102.592.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=21.40%
G=55.56%
B=23.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135560.6100.590.47122.8944.3936.67
Hex3487383D03B2F7b2c25
Octal642077075073571735445
Binary1101001000011111100011110101110111011111111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348738; }

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

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

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

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

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

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

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

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