Html Css Color HEX #347341 Japanese Laurel

📋 copy color: '#347341'

red 52 ◦ green 115 ◦ blue 65

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

Shades of Japanese Laurel #347341

Tints of Japanese Laurel #347341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

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

R = 22.41%
G = 49.57%
B = 28.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#347341 (or 0x347341) is known color: Japanese Laurel. HEX triplet: 34, 73 and 41. RGB value is (52,115,65). Sum of RGB (Red+Green+Blue) = 52+115+65=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #347341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347341 is #CB8CBE. Grayscale: #5A5A5A. Windows color (decimal): -13339839 or 4289332. OLE color: 4289332.

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

Color convert

RGB 52 115 65 -
CMYK 0.55 0 0.43 0.55
HSL 132.38º 0.38% 0.33% -
HSV(B) 132.38º 0.55% 0.45% -
XYZ 8.5 13.37 7.13 -
YUV 90.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 52 115 65 0.55 0 0.43 0.55 132.38 0.38 0.33
Hex 34 73 41 37 0 2B 37 84 26 21
Octal 64 163 101 67 0 53 67 204 46 41
Binary 110100 1110011 1000001 110111 0 101011 110111 10000100 100110 100001

Color Harmonies of #347341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347341

Black with #347341

Text Example


Text Example

White with #347341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347341; }

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

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

background-color css

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

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

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

border-color css

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

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

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