Html Css Color HEX #348631 Japanese Laurel

📋 copy color: '#348631'

red 52 ◦ green 134 ◦ blue 49

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

Shades of Japanese Laurel #348631

Tints of Japanese Laurel #348631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.02%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 22.13%
G = 57.02%
B = 20.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#348631 (or 0x348631) is known color: Japanese Laurel. HEX triplet: 34, 86 and 31. RGB value is (52,134,49). Sum of RGB (Red+Green+Blue) = 52+134+49=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #348631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348631 is #CB79CE. Grayscale: #646464. Windows color (decimal): -13334991 or 3245620. OLE color: 3245620.

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

Color convert

RGB 52 134 49 -
CMYK 0.61 0 0.63 0.47
HSL 117.88º 0.46% 0.36% -
HSV(B) 117.88º 0.63% 0.53% -
XYZ 10.5 18 5.83 -
YUV 99.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 52 134 49 0.61 0 0.63 0.47 117.88 0.46 0.36
Hex 34 86 31 3D 0 3F 2F 76 2E 24
Octal 64 206 61 75 0 77 57 166 56 44
Binary 110100 10000110 110001 111101 0 111111 101111 1110110 101110 100100

Color Harmonies of #348631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348631

Black with #348631

Text Example


Text Example

White with #348631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348631; }

 p { color: rgb(52,134,49); }

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

background-color css

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

 a { background-color: rgb(52,134,49); }

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

border-color css

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

 span { border-color: rgb(52,134,49); }

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