Html Css Color HEX #34713F Japanese Laurel

📋 copy color: '#34713F'

red 52 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #34713F

Tints of Japanese Laurel #34713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 22.81%
G = 49.56%
B = 27.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#34713F (or 0x34713F) is known color: Japanese Laurel. HEX triplet: 34, 71 and 3F. RGB value is (52,113,63). Sum of RGB (Red+Green+Blue) = 52+113+63=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #34713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34713F is #CB8EC0. Grayscale: #595959. Windows color (decimal): -13340353 or 4157748. OLE color: 4157748.

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

Color convert

RGB 52 113 63 -
CMYK 0.54 0 0.44 0.56
HSL 130.82º 0.37% 0.32% -
HSV(B) 130.82º 0.54% 0.44% -
XYZ 8.22 12.9 6.76 -
YUV 89.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 52 113 63 0.54 0 0.44 0.56 130.82 0.37 0.32
Hex 34 71 3F 36 0 2C 38 83 25 20
Octal 64 161 77 66 0 54 70 203 45 40
Binary 110100 1110001 111111 110110 0 101100 111000 10000011 100101 100000

Color Harmonies of #34713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34713F

Black with #34713F

Text Example


Text Example

White with #34713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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