#34733A

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

Shades of Japanese Laurel #34733A

Tints of Japanese Laurel #34733A

Color information

#34733A (or 0x34733A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 73 and 3A. RGB value is (52,115,58). Sum of RGB (Red+Green+Blue) = 52+115+58=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #34733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733A is #CB8CC5. Grayscale: #595959. Windows color (decimal): -13339846 or 3830580. OLE color: 3830580.

HSL color Cylindrical-coordinate representation of color #34733A: hue angle of 125.71º 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 #34733A is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB5211558-
CMYK0.5500.500.55
HSL125.71º37.72%32.75%-
HSV(B)125.71º54.78%45.1%-
XYZ8.3113.36.13-
YUV89.66110.13101.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=23.11%
G=51.11%
B=25.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115580.5500.500.55125.7137.7232.75
Hex34733A37032377e2621
Octal641637267062671764641
Binary110100111001111101011011101100101101111111110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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