Html Css Color HEX #34713E Japanese Laurel

📋 copy color: '#34713E'

red 52 ◦ green 113 ◦ blue 62

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

Shades of Japanese Laurel #34713E

Tints of Japanese Laurel #34713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 22.91%
G = 49.78%
B = 27.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#34713E (or 0x34713E) is known color: Japanese Laurel. HEX triplet: 34, 71 and 3E. RGB value is (52,113,62). Sum of RGB (Red+Green+Blue) = 52+113+62=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #34713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34713E is #CB8EC1. Grayscale: #595959. Windows color (decimal): -13340354 or 4092212. OLE color: 4092212.

HSL color Cylindrical-coordinate representation of color #34713E: hue angle of 129.84º 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 #34713E is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 62 -
CMYK 0.54 0 0.45 0.56
HSL 129.84º 0.37% 0.32% -
HSV(B) 129.84º 0.54% 0.44% -
XYZ 8.19 12.89 6.61 -
YUV 88.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 52 113 62 0.54 0 0.45 0.56 129.84 0.37 0.32
Hex 34 71 3E 36 0 2D 38 82 25 20
Octal 64 161 76 66 0 55 70 202 45 40
Binary 110100 1110001 111110 110110 0 101101 111000 10000010 100101 100000

Color Harmonies of #34713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34713E

Black with #34713E

Text Example


Text Example

White with #34713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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