Html Css Color HEX #348639 Japanese Laurel

📋 copy color: '#348639'

red 52 ◦ green 134 ◦ blue 57

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

Shades of Japanese Laurel #348639

Tints of Japanese Laurel #348639

RGB

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

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

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

R = 21.4%
G = 55.14%
B = 23.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#348639 (or 0x348639) is known color: Japanese Laurel. HEX triplet: 34, 86 and 39. RGB value is (52,134,57). Sum of RGB (Red+Green+Blue) = 52+134+57=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #348639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348639 is #CB79C6. Grayscale: #646464. Windows color (decimal): -13334983 or 3769908. OLE color: 3769908.

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

Color convert

RGB 52 134 57 -
CMYK 0.61 0 0.57 0.47
HSL 123.66º 0.44% 0.36% -
HSV(B) 123.66º 0.61% 0.53% -
XYZ 10.68 18.08 6.8 -
YUV 100.7 103.33 93.26 -
System Red Green Blue C M Y K H S L
Decimal 52 134 57 0.61 0 0.57 0.47 123.66 0.44 0.36
Hex 34 86 39 3D 0 39 2F 7C 2C 24
Octal 64 206 71 75 0 71 57 174 54 44
Binary 110100 10000110 111001 111101 0 111001 101111 1111100 101100 100100

Color Harmonies of #348639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348639

Black with #348639

Text Example


Text Example

White with #348639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348639; }

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

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

background-color css

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

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

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

border-color css

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

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

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