Html Css Color HEX #348032 Japanese Laurel

📋 copy color: '#348032'

red 52 ◦ green 128 ◦ blue 50

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

Shades of Japanese Laurel #348032

Tints of Japanese Laurel #348032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 22.61%
G = 55.65%
B = 21.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#348032 (or 0x348032) is known color: Japanese Laurel. HEX triplet: 34, 80 and 32. RGB value is (52,128,50). Sum of RGB (Red+Green+Blue) = 52+128+50=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #348032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348032 is #CB7FCD. Grayscale: #606060. Windows color (decimal): -13336526 or 3309620. OLE color: 3309620.

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

Color convert

RGB 52 128 50 -
CMYK 0.59 0 0.61 0.50
HSL 118.46º 0.44% 0.35% -
HSV(B) 118.46º 0.61% 0.5% -
XYZ 9.71 16.4 5.67 -
YUV 96.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 52 128 50 0.59 0 0.61 0.50 118.46 0.44 0.35
Hex 34 80 32 3B 0 3D 32 76 2C 23
Octal 64 200 62 73 0 75 62 166 54 43
Binary 110100 10000000 110010 111011 0 111101 110010 1110110 101100 100011

Color Harmonies of #348032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348032

Black with #348032

Text Example


Text Example

White with #348032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348032; }

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

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

background-color css

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

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

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

border-color css

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

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

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