#34762B

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

Shades of Japanese Laurel #34762B

Tints of Japanese Laurel #34762B

Color information

#34762B (or 0x34762B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 76 and 2B. RGB value is (52,118,43). Sum of RGB (Red+Green+Blue) = 52+118+43=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #34762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34762B is #CB89D4. Grayscale: #595959. Windows color (decimal): -13339093 or 2848308. OLE color: 2848308.

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

Color convert

RGB5211843-
CMYK0.5600.640.54
HSL112.8º46.58%31.57%-
HSV(B)112.8º63.56%46.27%-
XYZ8.3313.864.52-
YUV89.72101.63101.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=24.41%
G=55.40%
B=20.19%

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
Decimal52118430.5600.640.54112.846.5831.57
Hex34762B3804036712f20
Octal6416653700100661615740
Binary1101001110110101011111000010000001101101110001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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