#34833C

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

Shades of Japanese Laurel #34833C

Tints of Japanese Laurel #34833C

Color information

#34833C (or 0x34833C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 83 and 3C. RGB value is (52,131,60). Sum of RGB (Red+Green+Blue) = 52+131+60=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #34833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34833C is #CB7CC3. Grayscale: #636363. Windows color (decimal): -13335748 or 3965748. OLE color: 3965748.

HSL color Cylindrical-coordinate representation of color #34833C: hue angle of 126.08º 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 #34833C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5213160-
CMYK0.6000.540.49
HSL126.08º43.17%35.88%-
HSV(B)126.08º60.31%51.37%-
XYZ10.3517.297.07-
YUV99.28105.8394.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=21.40%
G=53.91%
B=24.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131600.6000.540.49126.0843.1735.88
Hex34833C3C036317e2b24
Octal642037474066611765344
Binary1101001000001111110011110001101101100011111110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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