Html Css Color HEX #348337 Japanese Laurel

📋 copy color: '#348337'

red 52 ◦ green 131 ◦ blue 55

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

Shades of Japanese Laurel #348337

Tints of Japanese Laurel #348337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.04%

 BLUE value IS 55 (21.88% from 255) = 23.11%

R = 21.85%
G = 55.04%
B = 23.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#348337 (or 0x348337) is known color: Japanese Laurel. HEX triplet: 34, 83 and 37. RGB value is (52,131,55). Sum of RGB (Red+Green+Blue) = 52+131+55=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #348337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348337 is #CB7CC8. Grayscale: #626262. Windows color (decimal): -13335753 or 3638068. OLE color: 3638068.

HSL color Cylindrical-coordinate representation of color #348337: hue angle of 122.28º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348337 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 55 -
CMYK 0.60 0 0.58 0.49
HSL 122.28º 0.43% 0.36% -
HSV(B) 122.28º 0.6% 0.51% -
XYZ 10.22 17.24 6.4 -
YUV 98.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 52 131 55 0.60 0 0.58 0.49 122.28 0.43 0.36
Hex 34 83 37 3C 0 3A 31 7A 2B 24
Octal 64 203 67 74 0 72 61 172 53 44
Binary 110100 10000011 110111 111100 0 111010 110001 1111010 101011 100100

Color Harmonies of #348337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348337

Black with #348337

Text Example


Text Example

White with #348337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348337; }

 p { color: rgb(52,131,55); }

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

background-color css

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

 a { background-color: rgb(52,131,55); }

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

border-color css

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

 span { border-color: rgb(52,131,55); }

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