Html Css Color HEX #34722A Japanese Laurel

📋 copy color: '#34722A'

red 52 ◦ green 114 ◦ blue 42

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

Shades of Japanese Laurel #34722A

Tints of Japanese Laurel #34722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 25%
G = 54.81%
B = 20.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#34722A (or 0x34722A) is known color: Japanese Laurel. HEX triplet: 34, 72 and 2A. RGB value is (52,114,42). Sum of RGB (Red+Green+Blue) = 52+114+42=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #34722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34722A is #CB8DD5. Grayscale: #575757. Windows color (decimal): -13340118 or 2781748. OLE color: 2781748.

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

Color convert

RGB 52 114 42 -
CMYK 0.54 0 0.63 0.55
HSL 111.67º 0.46% 0.31% -
HSV(B) 111.67º 0.63% 0.45% -
XYZ 7.85 12.93 4.27 -
YUV 87.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 52 114 42 0.54 0 0.63 0.55 111.67 0.46 0.31
Hex 34 72 2A 36 0 3F 37 70 2E 1F
Octal 64 162 52 66 0 77 67 160 56 37
Binary 110100 1110010 101010 110110 0 111111 110111 1110000 101110 11111

Color Harmonies of #34722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34722A

Black with #34722A

Text Example


Text Example

White with #34722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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