Html Css Color HEX #348938 Japanese Laurel

📋 copy color: '#348938'

red 52 ◦ green 137 ◦ blue 56

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

Shades of Japanese Laurel #348938

Tints of Japanese Laurel #348938

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 21.22%
G = 55.92%
B = 22.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#348938 (or 0x348938) is known color: Japanese Laurel. HEX triplet: 34, 89 and 38. RGB value is (52,137,56). Sum of RGB (Red+Green+Blue) = 52+137+56=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #348938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348938 is #CB76C7. Grayscale: #666666. Windows color (decimal): -13334216 or 3705140. OLE color: 3705140.

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

Color convert

RGB 52 137 56 -
CMYK 0.62 0 0.59 0.46
HSL 122.82º 0.45% 0.37% -
HSV(B) 122.82º 0.62% 0.54% -
XYZ 11.08 18.91 6.81 -
YUV 102.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 52 137 56 0.62 0 0.59 0.46 122.82 0.45 0.37
Hex 34 89 38 3E 0 3B 2E 7B 2D 25
Octal 64 211 70 76 0 73 56 173 55 45
Binary 110100 10001001 111000 111110 0 111011 101110 1111011 101101 100101

Color Harmonies of #348938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348938

Black with #348938

Text Example


Text Example

White with #348938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348938; }

 p { color: rgb(52,137,56); }

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

background-color css

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

 a { background-color: rgb(52,137,56); }

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

border-color css

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

 span { border-color: rgb(52,137,56); }

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