#34753B

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

Shades of Japanese Laurel #34753B

Tints of Japanese Laurel #34753B

Color information

#34753B (or 0x34753B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 75 and 3B. RGB value is (52,117,59). Sum of RGB (Red+Green+Blue) = 52+117+59=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #34753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34753B is #CB8AC4. Grayscale: #5B5B5B. Windows color (decimal): -13339333 or 3896628. OLE color: 3896628.

HSL color Cylindrical-coordinate representation of color #34753B: hue angle of 126.46º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34753B is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB5211759-
CMYK0.5600.500.54
HSL126.46º38.46%33.14%-
HSV(B)126.46º55.56%45.88%-
XYZ8.5713.776.34-
YUV90.95109.97100.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 117 (46.09% from 255) = 51.32%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=22.81%
G=51.32%
B=25.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117590.5600.500.54126.4638.4633.14
Hex34753B38032367e2621
Octal641657370062661764641
Binary110100111010111101111100001100101101101111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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