Html Css Color HEX #348B31 Japanese Laurel

📋 copy color: '#348B31'

red 52 ◦ green 139 ◦ blue 49

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

Shades of Japanese Laurel #348B31

Tints of Japanese Laurel #348B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 21.67%
G = 57.92%
B = 20.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#348B31 (or 0x348B31) is known color: Japanese Laurel. HEX triplet: 34, 8B and 31. RGB value is (52,139,49). Sum of RGB (Red+Green+Blue) = 52+139+49=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #348B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B31 is #CB74CE. Grayscale: #666666. Windows color (decimal): -13333711 or 3246900. OLE color: 3246900.

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

Color convert

RGB 52 139 49 -
CMYK 0.63 0 0.65 0.45
HSL 118º 0.48% 0.37% -
HSV(B) 118º 0.65% 0.55% -
XYZ 11.2 19.42 6.06 -
YUV 102.73 97.68 91.82 -
System Red Green Blue C M Y K H S L
Decimal 52 139 49 0.63 0 0.65 0.45 118 0.48 0.37
Hex 34 8B 31 3F 0 41 2D 76 30 25
Octal 64 213 61 77 0 101 55 166 60 45
Binary 110100 10001011 110001 111111 0 1000001 101101 1110110 110000 100101

Color Harmonies of #348B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B31

Black with #348B31

Text Example


Text Example

White with #348B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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