Html Css Color HEX #347330 Japanese Laurel

📋 copy color: '#347330'

red 52 ◦ green 115 ◦ blue 48

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

Shades of Japanese Laurel #347330

Tints of Japanese Laurel #347330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

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

R = 24.19%
G = 53.49%
B = 22.33%

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

#347330 (or 0x347330) is known color: Japanese Laurel. HEX triplet: 34, 73 and 30. RGB value is (52,115,48). Sum of RGB (Red+Green+Blue) = 52+115+48=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #347330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347330 is #CB8CCF. Grayscale: #585858. Windows color (decimal): -13339856 or 3175220. OLE color: 3175220.

HSL color Cylindrical-coordinate representation of color #347330: hue angle of 116.42º 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 #347330 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 48 -
CMYK 0.55 0 0.58 0.55
HSL 116.42º 0.41% 0.32% -
HSV(B) 116.42º 0.58% 0.45% -
XYZ 8.08 13.2 4.92 -
YUV 88.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 52 115 48 0.55 0 0.58 0.55 116.42 0.41 0.32
Hex 34 73 30 37 0 3A 37 74 29 20
Octal 64 163 60 67 0 72 67 164 51 40
Binary 110100 1110011 110000 110111 0 111010 110111 1110100 101001 100000

Color Harmonies of #347330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347330

Black with #347330

Text Example


Text Example

White with #347330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347330; }

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

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

background-color css

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

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

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

border-color css

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

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

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