Html Css Color HEX #348837 Japanese Laurel

📋 copy color: '#348837'

red 52 ◦ green 136 ◦ blue 55

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

Shades of Japanese Laurel #348837

Tints of Japanese Laurel #348837

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.97%

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

R = 21.4%
G = 55.97%
B = 22.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#348837 (or 0x348837) is known color: Japanese Laurel. HEX triplet: 34, 88 and 37. RGB value is (52,136,55). Sum of RGB (Red+Green+Blue) = 52+136+55=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #348837 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348837 is #CB77C8. Grayscale: #656565. Windows color (decimal): -13334473 or 3639348. OLE color: 3639348.

HSL color Cylindrical-coordinate representation of color #348837: hue angle of 122.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348837 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 55 -
CMYK 0.62 0 0.60 0.47
HSL 122.14º 0.45% 0.37% -
HSV(B) 122.14º 0.62% 0.53% -
XYZ 10.91 18.61 6.63 -
YUV 101.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 52 136 55 0.62 0 0.60 0.47 122.14 0.45 0.37
Hex 34 88 37 3E 0 3C 2F 7A 2D 25
Octal 64 210 67 76 0 74 57 172 55 45
Binary 110100 10001000 110111 111110 0 111100 101111 1111010 101101 100101

Color Harmonies of #348837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348837

Black with #348837

Text Example


Text Example

White with #348837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348837; }

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

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

background-color css

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

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

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

border-color css

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

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

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