#34763F

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

Shades of Japanese Laurel #34763F

Tints of Japanese Laurel #34763F

Color information

#34763F (or 0x34763F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 76 and 3F. RGB value is (52,118,63). Sum of RGB (Red+Green+Blue) = 52+118+63=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #34763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34763F is #CB89C0. Grayscale: #5C5C5C. Windows color (decimal): -13339073 or 4159028. OLE color: 4159028.

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

Color convert

RGB5211863-
CMYK0.5600.470.54
HSL130º38.82%33.33%-
HSV(B)130º55.93%46.27%-
XYZ8.7914.056.95-
YUV92111.6399.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 63 (25% from 255) = 27.04%
R=22.32%
G=50.64%
B=27.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118630.5600.470.5413038.8233.33
Hex34763F3802F36822721
Octal641667770057662024741
Binary1101001110110111111111000010111111011010000010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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