Html Css Color HEX #348036 Japanese Laurel

📋 copy color: '#348036'

red 52 ◦ green 128 ◦ blue 54

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

Shades of Japanese Laurel #348036

Tints of Japanese Laurel #348036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 22.22%
G = 54.7%
B = 23.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#348036 (or 0x348036) is known color: Japanese Laurel. HEX triplet: 34, 80 and 36. RGB value is (52,128,54). Sum of RGB (Red+Green+Blue) = 52+128+54=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #348036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348036 is #CB7FC9. Grayscale: #616161. Windows color (decimal): -13336522 or 3571764. OLE color: 3571764.

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

Color convert

RGB 52 128 54 -
CMYK 0.59 0 0.58 0.50
HSL 121.58º 0.42% 0.35% -
HSV(B) 121.58º 0.59% 0.5% -
XYZ 9.8 16.43 6.15 -
YUV 96.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 52 128 54 0.59 0 0.58 0.50 121.58 0.42 0.35
Hex 34 80 36 3B 0 3A 32 7A 2A 23
Octal 64 200 66 73 0 72 62 172 52 43
Binary 110100 10000000 110110 111011 0 111010 110010 1111010 101010 100011

Color Harmonies of #348036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348036

Black with #348036

Text Example


Text Example

White with #348036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348036; }

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

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

background-color css

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

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

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

border-color css

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

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

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