#348730

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

Shades of Japanese Laurel #348730

Tints of Japanese Laurel #348730

Color information

#348730 (or 0x348730) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 30. RGB value is (52,135,48). Sum of RGB (Red+Green+Blue) = 52+135+48=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #348730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348730 is #CB78CF. Grayscale: #646464. Windows color (decimal): -13334736 or 3180340. OLE color: 3180340.

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

Color convert

RGB5213548-
CMYK0.6100.640.47
HSL117.24º47.54%35.88%-
HSV(B)117.24º64.44%52.94%-
XYZ10.6118.275.76-
YUV100.2698.593.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=22.13%
G=57.45%
B=20.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135480.6100.640.47117.2447.5435.88
Hex3487303D0402F753024
Octal6420760750100571656044
Binary11010010000111110000111101010000001011111110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348730; }

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

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

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

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

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

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

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

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