Html Css Color HEX #349139 Japanese Laurel

📋 copy color: '#349139'

red 52 ◦ green 145 ◦ blue 57

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

Shades of Japanese Laurel #349139

Tints of Japanese Laurel #349139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 20.47%
G = 57.09%
B = 22.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#349139 (or 0x349139) is known color: Japanese Laurel. HEX triplet: 34, 91 and 39. RGB value is (52,145,57). Sum of RGB (Red+Green+Blue) = 52+145+57=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #349139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349139 is #CB6EC6. Grayscale: #6B6B6B. Windows color (decimal): -13332167 or 3772724. OLE color: 3772724.

HSL color Cylindrical-coordinate representation of color #349139: hue angle of 123.23º 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 #349139 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 57 -
CMYK 0.64 0 0.61 0.43
HSL 123.23º 0.47% 0.39% -
HSV(B) 123.23º 0.64% 0.57% -
XYZ 12.28 21.28 7.33 -
YUV 107.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 52 145 57 0.64 0 0.61 0.43 123.23 0.47 0.39
Hex 34 91 39 40 0 3D 2B 7B 2F 27
Octal 64 221 71 100 0 75 53 173 57 47
Binary 110100 10010001 111001 1000000 0 111101 101011 1111011 101111 100111

Color Harmonies of #349139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349139

Black with #349139

Text Example


Text Example

White with #349139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349139; }

 p { color: rgb(52,145,57); }

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

background-color css

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

 a { background-color: rgb(52,145,57); }

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

border-color css

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

 span { border-color: rgb(52,145,57); }

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