Html Css Color HEX #349041 Japanese Laurel

📋 copy color: '#349041'

red 52 ◦ green 144 ◦ blue 65

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

Shades of Japanese Laurel #349041

Tints of Japanese Laurel #349041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 19.92%
G = 55.17%
B = 24.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#349041 (or 0x349041) is known color: Japanese Laurel. HEX triplet: 34, 90 and 41. RGB value is (52,144,65). Sum of RGB (Red+Green+Blue) = 52+144+65=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #349041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349041 is #CB6FBE. Grayscale: #6B6B6B. Windows color (decimal): -13332415 or 4296756. OLE color: 4296756.

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

Color convert

RGB 52 144 65 -
CMYK 0.64 0 0.55 0.44
HSL 128.48º 0.47% 0.38% -
HSV(B) 128.48º 0.64% 0.56% -
XYZ 12.34 21.06 8.42 -
YUV 107.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 52 144 65 0.64 0 0.55 0.44 128.48 0.47 0.38
Hex 34 90 41 40 0 37 2C 80 2F 26
Octal 64 220 101 100 0 67 54 200 57 46
Binary 110100 10010000 1000001 1000000 0 110111 101100 10000000 101111 100110

Color Harmonies of #349041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349041

Black with #349041

Text Example


Text Example

White with #349041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349041; }

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

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

background-color css

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

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

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

border-color css

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

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

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