#34753F

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

Shades of Japanese Laurel #34753F

Tints of Japanese Laurel #34753F

Color information

#34753F (or 0x34753F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 75 and 3F. RGB value is (52,117,63). Sum of RGB (Red+Green+Blue) = 52+117+63=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #34753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34753F is #CB8AC0. Grayscale: #5B5B5B. Windows color (decimal): -13339329 or 4158772. OLE color: 4158772.

HSL color Cylindrical-coordinate representation of color #34753F: hue angle of 130.15º 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 #34753F is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB5211763-
CMYK0.5600.460.54
HSL130.15º38.46%33.14%-
HSV(B)130.15º55.56%45.88%-
XYZ8.6713.816.91-
YUV91.41111.9799.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 63 (25% from 255) = 27.16%
R=22.41%
G=50.43%
B=27.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117630.5600.460.54130.1538.4633.14
Hex34753F3802E36822621
Octal641657770056662024641
Binary1101001110101111111111000010111011011010000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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