#34853A

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

Shades of Japanese Laurel #34853A

Tints of Japanese Laurel #34853A

Color information

#34853A (or 0x34853A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 3A. RGB value is (52,133,58). Sum of RGB (Red+Green+Blue) = 52+133+58=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #34853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853A is #CB7AC5. Grayscale: #646464. Windows color (decimal): -13335238 or 3835188. OLE color: 3835188.

HSL color Cylindrical-coordinate representation of color #34853A: hue angle of 124.44º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34853A is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB5213358-
CMYK0.6100.560.48
HSL124.44º43.78%36.27%-
HSV(B)124.44º60.9%52.16%-
XYZ10.5717.816.88-
YUV100.23104.1693.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=21.40%
G=54.73%
B=23.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133580.6100.560.48124.4443.7836.27
Hex34853A3D038307c2c24
Octal642057275070601745444
Binary1101001000010111101011110101110001100001111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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