#34833E

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

Shades of Japanese Laurel #34833E

Tints of Japanese Laurel #34833E

Color information

#34833E (or 0x34833E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 83 and 3E. RGB value is (52,131,62). Sum of RGB (Red+Green+Blue) = 52+131+62=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #34833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34833E is #CB7CC1. Grayscale: #636363. Windows color (decimal): -13335746 or 4096820. OLE color: 4096820.

HSL color Cylindrical-coordinate representation of color #34833E: hue angle of 127.59º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34833E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB5213162-
CMYK0.6000.530.49
HSL127.59º43.17%35.88%-
HSV(B)127.59º60.31%51.37%-
XYZ10.417.317.35-
YUV99.51106.8394.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=21.22%
G=53.47%
B=25.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131620.6000.530.49127.5943.1735.88
Hex34833E3C03531802b24
Octal642037674065612005344
Binary11010010000011111110111100011010111000110000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34833E; }

 p { color: rgb(52,131,62); }

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

<style>
 a { background-color: #34833E; }

 a { background-color: rgb(52,131,62); }

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

<style>
 span { border-color: #34833E; }

 span { border-color: rgb(52,131,62); }

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