Html Css Color HEX #348B37 Japanese Laurel

📋 copy color: '#348B37'

red 52 ◦ green 139 ◦ blue 55

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

Shades of Japanese Laurel #348B37

Tints of Japanese Laurel #348B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.5%

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

R = 21.14%
G = 56.5%
B = 22.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#348B37 (or 0x348B37) is known color: Japanese Laurel. HEX triplet: 34, 8B and 37. RGB value is (52,139,55). Sum of RGB (Red+Green+Blue) = 52+139+55=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #348B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B37 is #CB74C8. Grayscale: #676767. Windows color (decimal): -13333705 or 3640116. OLE color: 3640116.

HSL color Cylindrical-coordinate representation of color #348B37: hue angle of 122.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B37 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 55 -
CMYK 0.63 0 0.60 0.45
HSL 122.07º 0.46% 0.37% -
HSV(B) 122.07º 0.63% 0.55% -
XYZ 11.34 19.47 6.78 -
YUV 103.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 52 139 55 0.63 0 0.60 0.45 122.07 0.46 0.37
Hex 34 8B 37 3F 0 3C 2D 7A 2E 25
Octal 64 213 67 77 0 74 55 172 56 45
Binary 110100 10001011 110111 111111 0 111100 101101 1111010 101110 100101

Color Harmonies of #348B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B37

Black with #348B37

Text Example


Text Example

White with #348B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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