#34863B

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

Shades of Japanese Laurel #34863B

Tints of Japanese Laurel #34863B

Color information

#34863B (or 0x34863B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 86 and 3B. RGB value is (52,134,59). Sum of RGB (Red+Green+Blue) = 52+134+59=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #34863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34863B is #CB79C4. Grayscale: #656565. Windows color (decimal): -13334981 or 3900980. OLE color: 3900980.

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

Color convert

RGB5213459-
CMYK0.6100.560.47
HSL125.12º44.09%36.47%-
HSV(B)125.12º61.19%52.55%-
XYZ10.7318.17.06-
YUV100.93104.3393.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=21.22%
G=54.69%
B=24.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52134590.6100.560.47125.1244.0936.47
Hex34863B3D0382F7d2c24
Octal642067375070571755444
Binary1101001000011011101111110101110001011111111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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