Html Css Color HEX #348437 Japanese Laurel

📋 copy color: '#348437'

red 52 ◦ green 132 ◦ blue 55

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

Shades of Japanese Laurel #348437

Tints of Japanese Laurel #348437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.23%

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

R = 21.76%
G = 55.23%
B = 23.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#348437 (or 0x348437) is known color: Japanese Laurel. HEX triplet: 34, 84 and 37. RGB value is (52,132,55). Sum of RGB (Red+Green+Blue) = 52+132+55=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #348437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348437 is #CB7BC8. Grayscale: #636363. Windows color (decimal): -13335497 or 3638324. OLE color: 3638324.

HSL color Cylindrical-coordinate representation of color #348437: hue angle of 122.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348437 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 55 -
CMYK 0.61 0 0.58 0.48
HSL 122.25º 0.43% 0.36% -
HSV(B) 122.25º 0.61% 0.52% -
XYZ 10.36 17.51 6.45 -
YUV 99.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 52 132 55 0.61 0 0.58 0.48 122.25 0.43 0.36
Hex 34 84 37 3D 0 3A 30 7A 2B 24
Octal 64 204 67 75 0 72 60 172 53 44
Binary 110100 10000100 110111 111101 0 111010 110000 1111010 101011 100100

Color Harmonies of #348437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348437

Black with #348437

Text Example


Text Example

White with #348437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348437; }

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

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

background-color css

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

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

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

border-color css

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

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

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