Html Css Color HEX #348839 Japanese Laurel

📋 copy color: '#348839'

red 52 ◦ green 136 ◦ blue 57

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

Shades of Japanese Laurel #348839

Tints of Japanese Laurel #348839

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.51%

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 21.22%
G = 55.51%
B = 23.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#348839 (or 0x348839) is known color: Japanese Laurel. HEX triplet: 34, 88 and 39. RGB value is (52,136,57). Sum of RGB (Red+Green+Blue) = 52+136+57=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #348839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348839 is #CB77C6. Grayscale: #666666. Windows color (decimal): -13334471 or 3770420. OLE color: 3770420.

HSL color Cylindrical-coordinate representation of color #348839: hue angle of 123.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348839 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 57 -
CMYK 0.62 0 0.58 0.47
HSL 123.57º 0.45% 0.37% -
HSV(B) 123.57º 0.62% 0.53% -
XYZ 10.96 18.63 6.89 -
YUV 101.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 52 136 57 0.62 0 0.58 0.47 123.57 0.45 0.37
Hex 34 88 39 3E 0 3A 2F 7C 2D 25
Octal 64 210 71 76 0 72 57 174 55 45
Binary 110100 10001000 111001 111110 0 111010 101111 1111100 101101 100101

Color Harmonies of #348839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348839

Black with #348839

Text Example


Text Example

White with #348839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348839; }

 p { color: rgb(52,136,57); }

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

background-color css

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

 a { background-color: rgb(52,136,57); }

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

border-color css

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

 span { border-color: rgb(52,136,57); }

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