Html Css Color HEX #349040 Japanese Laurel

📋 copy color: '#349040'

red 52 ◦ green 144 ◦ blue 64

#349040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #349040

Tints of Japanese Laurel #349040

RGB

 RED value IS 52 (20.7% from 255) = 20%

 GREEN value IS 144 (56.64% from 255) = 55.38%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 20%
G = 55.38%
B = 24.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#349040 (or 0x349040) is known color: Japanese Laurel. HEX triplet: 34, 90 and 40. RGB value is (52,144,64). Sum of RGB (Red+Green+Blue) = 52+144+64=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #349040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349040 is #CB6FBF. Grayscale: #6B6B6B. Windows color (decimal): -13332416 or 4231220. OLE color: 4231220.

HSL color Cylindrical-coordinate representation of color #349040: hue angle of 127.83º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349040 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 64 -
CMYK 0.64 0 0.56 0.44
HSL 127.83º 0.47% 0.38% -
HSV(B) 127.83º 0.64% 0.56% -
XYZ 12.31 21.05 8.26 -
YUV 107.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 52 144 64 0.64 0 0.56 0.44 127.83 0.47 0.38
Hex 34 90 40 40 0 38 2C 80 2F 26
Octal 64 220 100 100 0 70 54 200 57 46
Binary 110100 10010000 1000000 1000000 0 111000 101100 10000000 101111 100110

Color Harmonies of #349040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349040

Black with #349040

Text Example


Text Example

White with #349040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349040; }

 p { color: rgb(52,144,64); }

 H1.HeaderClassName
 {
   color: #349040;
 }
 .AnyTagClassName
 {
   color: #349040;
 }
</style>

background-color css

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

 a { background-color: rgb(52,144,64); }

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

border-color css

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

 span { border-color: rgb(52,144,64); }

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