Html Css Color HEX #347130 Japanese Laurel

📋 copy color: '#347130'

red 52 ◦ green 113 ◦ blue 48

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

Shades of Japanese Laurel #347130

Tints of Japanese Laurel #347130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.05%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 24.41%
G = 53.05%
B = 22.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#347130 (or 0x347130) is known color: Japanese Laurel. HEX triplet: 34, 71 and 30. RGB value is (52,113,48). Sum of RGB (Red+Green+Blue) = 52+113+48=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #347130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347130 is #CB8ECF. Grayscale: #575757. Windows color (decimal): -13340368 or 3174708. OLE color: 3174708.

HSL color Cylindrical-coordinate representation of color #347130: hue angle of 116.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347130 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 48 -
CMYK 0.54 0 0.58 0.56
HSL 116.31º 0.4% 0.32% -
HSV(B) 116.31º 0.58% 0.44% -
XYZ 7.85 12.75 4.84 -
YUV 87.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 52 113 48 0.54 0 0.58 0.56 116.31 0.4 0.32
Hex 34 71 30 36 0 3A 38 74 28 20
Octal 64 161 60 66 0 72 70 164 50 40
Binary 110100 1110001 110000 110110 0 111010 111000 1110100 101000 100000

Color Harmonies of #347130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347130

Black with #347130

Text Example


Text Example

White with #347130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347130; }

 p { color: rgb(52,113,48); }

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

background-color css

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

 a { background-color: rgb(52,113,48); }

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

border-color css

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

 span { border-color: rgb(52,113,48); }

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