#34923E

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

Shades of Japanese Laurel #34923E

Tints of Japanese Laurel #34923E

Color information

#34923E (or 0x34923E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 92 and 3E. RGB value is (52,146,62). Sum of RGB (Red+Green+Blue) = 52+146+62=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #34923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34923E is #CB6DC1. Grayscale: #6C6C6C. Windows color (decimal): -13331906 or 4100660. OLE color: 4100660.

HSL color Cylindrical-coordinate representation of color #34923E: hue angle of 126.38º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34923E is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB5214662-
CMYK0.6400.580.43
HSL126.38º47.47%38.82%-
HSV(B)126.38º64.38%57.25%-
XYZ12.5621.648.07-
YUV108.32101.8687.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 56.15%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=20%
G=56.15%
B=23.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146620.6400.580.43126.3847.4738.82
Hex34923E4003A2B7e2f27
Octal6422276100072531765747
Binary11010010010010111110100000001110101010111111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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