#34762C

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

Shades of Japanese Laurel #34762C

Tints of Japanese Laurel #34762C

Color information

#34762C (or 0x34762C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 76 and 2C. RGB value is (52,118,44). Sum of RGB (Red+Green+Blue) = 52+118+44=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #34762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34762C is #CB89D3. Grayscale: #5A5A5A. Windows color (decimal): -13339092 or 2913844. OLE color: 2913844.

HSL color Cylindrical-coordinate representation of color #34762C: hue angle of 113.51º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34762C is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB5211844-
CMYK0.5600.630.54
HSL113.51º45.68%31.76%-
HSV(B)113.51º62.71%46.27%-
XYZ8.3513.874.62-
YUV89.83102.13101.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=24.30%
G=55.14%
B=20.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118440.5600.630.54113.5145.6831.76
Hex34762C3803F36722e20
Octal641665470077661625640
Binary110100111011010110011100001111111101101110010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34762C; }

 p { color: rgb(52,118,44); }

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

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

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

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

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

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

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