Html Css Color HEX #348941 Japanese Laurel

📋 copy color: '#348941'

red 52 ◦ green 137 ◦ blue 65

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

Shades of Japanese Laurel #348941

Tints of Japanese Laurel #348941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 20.47%
G = 53.94%
B = 25.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#348941 (or 0x348941) is known color: Japanese Laurel. HEX triplet: 34, 89 and 41. RGB value is (52,137,65). Sum of RGB (Red+Green+Blue) = 52+137+65=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #348941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348941 is #CB76BE. Grayscale: #676767. Windows color (decimal): -13334207 or 4294964. OLE color: 4294964.

HSL color Cylindrical-coordinate representation of color #348941: hue angle of 129.18º 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 #348941 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 65 -
CMYK 0.62 0 0.53 0.46
HSL 129.18º 0.45% 0.37% -
HSV(B) 129.18º 0.62% 0.54% -
XYZ 11.32 19 8.07 -
YUV 103.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 52 137 65 0.62 0 0.53 0.46 129.18 0.45 0.37
Hex 34 89 41 3E 0 35 2E 81 2D 25
Octal 64 211 101 76 0 65 56 201 55 45
Binary 110100 10001001 1000001 111110 0 110101 101110 10000001 101101 100101

Color Harmonies of #348941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348941

Black with #348941

Text Example


Text Example

White with #348941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348941; }

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

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

background-color css

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

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

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

border-color css

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

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

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