Html Css Color HEX #34713A Japanese Laurel

📋 copy color: '#34713A'

red 52 ◦ green 113 ◦ blue 58

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

Shades of Japanese Laurel #34713A

Tints of Japanese Laurel #34713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 23.32%
G = 50.67%
B = 26.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#34713A (or 0x34713A) is known color: Japanese Laurel. HEX triplet: 34, 71 and 3A. RGB value is (52,113,58). Sum of RGB (Red+Green+Blue) = 52+113+58=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #34713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34713A is #CB8EC5. Grayscale: #585858. Windows color (decimal): -13340358 or 3830068. OLE color: 3830068.

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

Color convert

RGB 52 113 58 -
CMYK 0.54 0 0.49 0.56
HSL 125.9º 0.37% 0.32% -
HSV(B) 125.9º 0.54% 0.44% -
XYZ 8.09 12.85 6.06 -
YUV 88.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 52 113 58 0.54 0 0.49 0.56 125.9 0.37 0.32
Hex 34 71 3A 36 0 31 38 7E 25 20
Octal 64 161 72 66 0 61 70 176 45 40
Binary 110100 1110001 111010 110110 0 110001 111000 1111110 100101 100000

Color Harmonies of #34713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34713A

Black with #34713A

Text Example


Text Example

White with #34713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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