Html Css Color HEX #347530 Japanese Laurel

📋 copy color: '#347530'

red 52 ◦ green 117 ◦ blue 48

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

Shades of Japanese Laurel #347530

Tints of Japanese Laurel #347530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.92%

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

R = 23.96%
G = 53.92%
B = 22.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#347530 (or 0x347530) is known color: Japanese Laurel. HEX triplet: 34, 75 and 30. RGB value is (52,117,48). Sum of RGB (Red+Green+Blue) = 52+117+48=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #347530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347530 is #CB8ACF. Grayscale: #595959. Windows color (decimal): -13339344 or 3175732. OLE color: 3175732.

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

Color convert

RGB 52 117 48 -
CMYK 0.56 0 0.59 0.54
HSL 116.52º 0.42% 0.32% -
HSV(B) 116.52º 0.59% 0.46% -
XYZ 8.31 13.67 5 -
YUV 89.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 52 117 48 0.56 0 0.59 0.54 116.52 0.42 0.32
Hex 34 75 30 38 0 3B 36 75 2A 20
Octal 64 165 60 70 0 73 66 165 52 40
Binary 110100 1110101 110000 111000 0 111011 110110 1110101 101010 100000

Color Harmonies of #347530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347530

Black with #347530

Text Example


Text Example

White with #347530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347530; }

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

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

background-color css

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

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

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

border-color css

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

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

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