Html Css Color HEX #347D3F Japanese Laurel

📋 copy color: '#347D3F'

red 52 ◦ green 125 ◦ blue 63

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

Shades of Japanese Laurel #347D3F

Tints of Japanese Laurel #347D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.08%

 BLUE value IS 63 (25% from 255) = 26.25%

R = 21.67%
G = 52.08%
B = 26.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#347D3F (or 0x347D3F) is known color: Japanese Laurel. HEX triplet: 34, 7D and 3F. RGB value is (52,125,63). Sum of RGB (Red+Green+Blue) = 52+125+63=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #347D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D3F is #CB82C0. Grayscale: #606060. Windows color (decimal): -13337281 or 4160820. OLE color: 4160820.

HSL color Cylindrical-coordinate representation of color #347D3F: hue angle of 129.04º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D3F is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 63 -
CMYK 0.58 0 0.50 0.51
HSL 129.04º 0.41% 0.35% -
HSV(B) 129.04º 0.58% 0.49% -
XYZ 9.65 15.76 7.24 -
YUV 96.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 52 125 63 0.58 0 0.50 0.51 129.04 0.41 0.35
Hex 34 7D 3F 3A 0 32 33 81 29 23
Octal 64 175 77 72 0 62 63 201 51 43
Binary 110100 1111101 111111 111010 0 110010 110011 10000001 101001 100011

Color Harmonies of #347D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D3F

Black with #347D3F

Text Example


Text Example

White with #347D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D3F; }

 p { color: rgb(52,125,63); }

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

background-color css

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

 a { background-color: rgb(52,125,63); }

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

border-color css

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

 span { border-color: rgb(52,125,63); }

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