#34853D

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

Shades of Japanese Laurel #34853D

Tints of Japanese Laurel #34853D

Color information

#34853D (or 0x34853D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 3D. RGB value is (52,133,61). Sum of RGB (Red+Green+Blue) = 52+133+61=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #34853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853D is #CB7AC2. Grayscale: #646464. Windows color (decimal): -13335235 or 4031796. OLE color: 4031796.

HSL color Cylindrical-coordinate representation of color #34853D: hue angle of 126.67º 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 #34853D is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB5213361-
CMYK0.6100.540.48
HSL126.67º43.78%36.27%-
HSV(B)126.67º60.9%52.16%-
XYZ10.6517.847.3-
YUV100.57105.6693.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=21.14%
G=54.07%
B=24.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133610.6100.540.48126.6743.7836.27
Hex34853D3D036307f2c24
Octal642057575066601775444
Binary1101001000010111110111110101101101100001111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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