Html Css Color HEX #347241 Japanese Laurel

📋 copy color: '#347241'

red 52 ◦ green 114 ◦ blue 65

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

Shades of Japanese Laurel #347241

Tints of Japanese Laurel #347241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

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

R = 22.51%
G = 49.35%
B = 28.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#347241 (or 0x347241) is known color: Japanese Laurel. HEX triplet: 34, 72 and 41. RGB value is (52,114,65). Sum of RGB (Red+Green+Blue) = 52+114+65=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #347241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347241 is #CB8DBE. Grayscale: #5A5A5A. Windows color (decimal): -13340095 or 4289076. OLE color: 4289076.

HSL color Cylindrical-coordinate representation of color #347241: hue angle of 132.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347241 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 65 -
CMYK 0.54 0 0.43 0.55
HSL 132.58º 0.37% 0.33% -
HSV(B) 132.58º 0.54% 0.45% -
XYZ 8.39 13.15 7.1 -
YUV 89.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 52 114 65 0.54 0 0.43 0.55 132.58 0.37 0.33
Hex 34 72 41 36 0 2B 37 85 25 21
Octal 64 162 101 66 0 53 67 205 45 41
Binary 110100 1110010 1000001 110110 0 101011 110111 10000101 100101 100001

Color Harmonies of #347241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347241

Black with #347241

Text Example


Text Example

White with #347241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347241; }

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

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

background-color css

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

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

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

border-color css

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

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

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