Html Css Color HEX #348737 Japanese Laurel

📋 copy color: '#348737'

red 52 ◦ green 135 ◦ blue 55

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

Shades of Japanese Laurel #348737

Tints of Japanese Laurel #348737

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 21.49%
G = 55.79%
B = 22.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#348737 (or 0x348737) is known color: Japanese Laurel. HEX triplet: 34, 87 and 37. RGB value is (52,135,55). Sum of RGB (Red+Green+Blue) = 52+135+55=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #348737 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348737 is #CB78C8. Grayscale: #656565. Windows color (decimal): -13334729 or 3639092. OLE color: 3639092.

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

Color convert

RGB 52 135 55 -
CMYK 0.61 0 0.59 0.47
HSL 122.17º 0.44% 0.37% -
HSV(B) 122.17º 0.61% 0.53% -
XYZ 10.77 18.33 6.59 -
YUV 101.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 52 135 55 0.61 0 0.59 0.47 122.17 0.44 0.37
Hex 34 87 37 3D 0 3B 2F 7A 2C 25
Octal 64 207 67 75 0 73 57 172 54 45
Binary 110100 10000111 110111 111101 0 111011 101111 1111010 101100 100101

Color Harmonies of #348737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348737

Black with #348737

Text Example


Text Example

White with #348737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348737; }

 p { color: rgb(52,135,55); }

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

background-color css

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

 a { background-color: rgb(52,135,55); }

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

border-color css

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

 span { border-color: rgb(52,135,55); }

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