#348933

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

Shades of Japanese Laurel #348933

Tints of Japanese Laurel #348933

Color information

#348933 (or 0x348933) is unknown color: approx Japanese Laurel. HEX triplet: 34, 89 and 33. RGB value is (52,137,51). Sum of RGB (Red+Green+Blue) = 52+137+51=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #348933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348933 is #CB76CC. Grayscale: #666666. Windows color (decimal): -13334221 or 3377460. OLE color: 3377460.

HSL color Cylindrical-coordinate representation of color #348933: hue angle of 119.3º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348933 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB5213751-
CMYK0.6200.630.46
HSL119.3º45.74%36.86%-
HSV(B)119.3º62.77%53.73%-
XYZ10.9618.866.19-
YUV101.7899.3492.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=21.67%
G=57.08%
B=21.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137510.6200.630.46119.345.7436.86
Hex3489333E03F2E772e25
Octal642116376077561675645
Binary1101001000100111001111111001111111011101110111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348933; }

 p { color: rgb(52,137,51); }

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

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

 a { background-color: rgb(52,137,51); }

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

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

 span { border-color: rgb(52,137,51); }

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