#34853F

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

Shades of Japanese Laurel #34853F

Tints of Japanese Laurel #34853F

Color information

#34853F (or 0x34853F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 3F. RGB value is (52,133,63). Sum of RGB (Red+Green+Blue) = 52+133+63=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #34853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853F is #CB7AC0. Grayscale: #656565. Windows color (decimal): -13335233 or 4162868. OLE color: 4162868.

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

Color convert

RGB5213363-
CMYK0.6100.530.48
HSL128.15º43.78%36.27%-
HSV(B)128.15º60.9%52.16%-
XYZ10.717.867.59-
YUV100.8106.6693.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 63 (25% from 255) = 25.40%
R=20.97%
G=53.63%
B=25.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133630.6100.530.48128.1543.7836.27
Hex34853F3D03530802c24
Octal642057775065602005444
Binary11010010000101111111111101011010111000010000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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