#348843

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

Shades of Japanese Laurel #348843

Tints of Japanese Laurel #348843

Color information

#348843 (or 0x348843) is unknown color: approx Japanese Laurel. HEX triplet: 34, 88 and 43. RGB value is (52,136,67). Sum of RGB (Red+Green+Blue) = 52+136+67=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #348843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348843 is #CB77BC. Grayscale: #676767. Windows color (decimal): -13334461 or 4425780. OLE color: 4425780.

HSL color Cylindrical-coordinate representation of color #348843: hue angle of 130.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348843 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5213667-
CMYK0.6200.510.47
HSL130.71º44.68%36.86%-
HSV(B)130.71º61.76%53.33%-
XYZ11.2318.748.34-
YUV103.02107.6791.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=20.39%
G=53.33%
B=26.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136670.6200.510.47130.7144.6836.86
Hex3488433E0332F832d25
Octal6421010376063572035545
Binary110100100010001000011111110011001110111110000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348843; }

 p { color: rgb(52,136,67); }

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

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

 a { background-color: rgb(52,136,67); }

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

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

 span { border-color: rgb(52,136,67); }

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