Html Css Color HEX #347431 Japanese Laurel

📋 copy color: '#347431'

red 52 ◦ green 116 ◦ blue 49

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

Shades of Japanese Laurel #347431

Tints of Japanese Laurel #347431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.46%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 23.96%
G = 53.46%
B = 22.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#347431 (or 0x347431) is known color: Japanese Laurel. HEX triplet: 34, 74 and 31. RGB value is (52,116,49). Sum of RGB (Red+Green+Blue) = 52+116+49=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #347431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347431 is #CB8BCE. Grayscale: #595959. Windows color (decimal): -13339599 or 3241012. OLE color: 3241012.

HSL color Cylindrical-coordinate representation of color #347431: hue angle of 117.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347431 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 49 -
CMYK 0.55 0 0.58 0.55
HSL 117.31º 0.41% 0.32% -
HSV(B) 117.31º 0.58% 0.45% -
XYZ 8.22 13.44 5.07 -
YUV 89.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 52 116 49 0.55 0 0.58 0.55 117.31 0.41 0.32
Hex 34 74 31 37 0 3A 37 75 29 20
Octal 64 164 61 67 0 72 67 165 51 40
Binary 110100 1110100 110001 110111 0 111010 110111 1110101 101001 100000

Color Harmonies of #347431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347431

Black with #347431

Text Example


Text Example

White with #347431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347431; }

 p { color: rgb(52,116,49); }

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

background-color css

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

 a { background-color: rgb(52,116,49); }

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

border-color css

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

 span { border-color: rgb(52,116,49); }

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