#34762A

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

Shades of Japanese Laurel #34762A

Tints of Japanese Laurel #34762A

Color information

#34762A (or 0x34762A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 76 and 2A. RGB value is (52,118,42). Sum of RGB (Red+Green+Blue) = 52+118+42=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #34762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34762A is #CB89D5. Grayscale: #595959. Windows color (decimal): -13339094 or 2782772. OLE color: 2782772.

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

Color convert

RGB5211842-
CMYK0.5600.640.54
HSL112.11º47.5%31.37%-
HSV(B)112.11º64.41%46.27%-
XYZ8.3113.854.43-
YUV89.6101.13101.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=24.53%
G=55.66%
B=19.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118420.5600.640.54112.1147.531.37
Hex34762A380403670301f
Octal6416652700100661606037
Binary110100111011010101011100001000000110110111000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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