Html Css Color HEX #34722E Japanese Laurel

📋 copy color: '#34722E'

red 52 ◦ green 114 ◦ blue 46

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

Shades of Japanese Laurel #34722E

Tints of Japanese Laurel #34722E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.77%

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 24.53%
G = 53.77%
B = 21.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#34722E (or 0x34722E) is known color: Japanese Laurel. HEX triplet: 34, 72 and 2E. RGB value is (52,114,46). Sum of RGB (Red+Green+Blue) = 52+114+46=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #34722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34722E is #CB8DD1. Grayscale: #575757. Windows color (decimal): -13340114 or 3043892. OLE color: 3043892.

HSL color Cylindrical-coordinate representation of color #34722E: hue angle of 114.71º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34722E is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 46 -
CMYK 0.54 0 0.60 0.55
HSL 114.71º 0.43% 0.31% -
HSV(B) 114.71º 0.6% 0.45% -
XYZ 7.93 12.96 4.67 -
YUV 87.71 104.46 102.53 -
System Red Green Blue C M Y K H S L
Decimal 52 114 46 0.54 0 0.60 0.55 114.71 0.43 0.31
Hex 34 72 2E 36 0 3C 37 73 2A 1F
Octal 64 162 56 66 0 74 67 163 52 37
Binary 110100 1110010 101110 110110 0 111100 110111 1110011 101010 11111

Color Harmonies of #34722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34722E

Black with #34722E

Text Example


Text Example

White with #34722E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,114,46); }

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

background-color css

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

 a { background-color: rgb(52,114,46); }

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

border-color css

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

 span { border-color: rgb(52,114,46); }

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