#34793B

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

Shades of Japanese Laurel #34793B

Tints of Japanese Laurel #34793B

Color information

#34793B (or 0x34793B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 3B. RGB value is (52,121,59). Sum of RGB (Red+Green+Blue) = 52+121+59=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #34793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34793B is #CB86C4. Grayscale: #5D5D5D. Windows color (decimal): -13338309 or 3897652. OLE color: 3897652.

HSL color Cylindrical-coordinate representation of color #34793B: hue angle of 126.09º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34793B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB5212159-
CMYK0.5700.510.53
HSL126.09º39.88%33.92%-
HSV(B)126.09º57.02%47.45%-
XYZ9.0414.726.5-
YUV93.3108.6498.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=22.41%
G=52.16%
B=25.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121590.5700.510.53126.0939.8833.92
Hex34793B39033357e2822
Octal641717371063651765042
Binary110100111100111101111100101100111101011111110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34793B; }

 p { color: rgb(52,121,59); }

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

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

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

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

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

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

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