Html Css Color HEX #348031 Japanese Laurel

📋 copy color: '#348031'

red 52 ◦ green 128 ◦ blue 49

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

Shades of Japanese Laurel #348031

Tints of Japanese Laurel #348031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.9%

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

R = 22.71%
G = 55.9%
B = 21.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#348031 (or 0x348031) is known color: Japanese Laurel. HEX triplet: 34, 80 and 31. RGB value is (52,128,49). Sum of RGB (Red+Green+Blue) = 52+128+49=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #348031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348031 is #CB7FCE. Grayscale: #606060. Windows color (decimal): -13336527 or 3244084. OLE color: 3244084.

HSL color Cylindrical-coordinate representation of color #348031: hue angle of 117.72º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348031 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 49 -
CMYK 0.59 0 0.62 0.50
HSL 117.72º 0.45% 0.35% -
HSV(B) 117.72º 0.62% 0.5% -
XYZ 9.69 16.39 5.56 -
YUV 96.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 52 128 49 0.59 0 0.62 0.50 117.72 0.45 0.35
Hex 34 80 31 3B 0 3E 32 76 2D 23
Octal 64 200 61 73 0 76 62 166 55 43
Binary 110100 10000000 110001 111011 0 111110 110010 1110110 101101 100011

Color Harmonies of #348031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348031

Black with #348031

Text Example


Text Example

White with #348031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348031; }

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

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

background-color css

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

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

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

border-color css

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

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

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