#34733B

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

Shades of Japanese Laurel #34733B

Tints of Japanese Laurel #34733B

Color information

#34733B (or 0x34733B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 73 and 3B. RGB value is (52,115,59). Sum of RGB (Red+Green+Blue) = 52+115+59=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #34733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733B is #CB8CC4. Grayscale: #595959. Windows color (decimal): -13339845 or 3896116. OLE color: 3896116.

HSL color Cylindrical-coordinate representation of color #34733B: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34733B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB5211559-
CMYK0.5500.490.55
HSL126.67º37.72%32.75%-
HSV(B)126.67º54.78%45.1%-
XYZ8.3413.316.27-
YUV89.78110.63101.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=23.01%
G=50.88%
B=26.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115590.5500.490.55126.6737.7232.75
Hex34733B37031377f2621
Octal641637367061671774641
Binary110100111001111101111011101100011101111111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,115,59); }

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

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

 a { background-color: rgb(52,115,59); }

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

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

 span { border-color: rgb(52,115,59); }

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