Html Css Color HEX #348536 Japanese Laurel

📋 copy color: '#348536'

red 52 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #348536

Tints of Japanese Laurel #348536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

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

R = 21.76%
G = 55.65%
B = 22.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#348536 (or 0x348536) is known color: Japanese Laurel. HEX triplet: 34, 85 and 36. RGB value is (52,133,54). Sum of RGB (Red+Green+Blue) = 52+133+54=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #348536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348536 is #CB7AC9. Grayscale: #646464. Windows color (decimal): -13335242 or 3573044. OLE color: 3573044.

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

Color convert

RGB 52 133 54 -
CMYK 0.61 0 0.59 0.48
HSL 121.48º 0.44% 0.36% -
HSV(B) 121.48º 0.61% 0.52% -
XYZ 10.47 17.77 6.37 -
YUV 99.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 52 133 54 0.61 0 0.59 0.48 121.48 0.44 0.36
Hex 34 85 36 3D 0 3B 30 79 2C 24
Octal 64 205 66 75 0 73 60 171 54 44
Binary 110100 10000101 110110 111101 0 111011 110000 1111001 101100 100100

Color Harmonies of #348536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348536

Black with #348536

Text Example


Text Example

White with #348536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348536; }

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

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

background-color css

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

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

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

border-color css

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

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

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