Html Css Color HEX #34822E Japanese Laurel

📋 copy color: '#34822E'

red 52 ◦ green 130 ◦ blue 46

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

Shades of Japanese Laurel #34822E

Tints of Japanese Laurel #34822E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.02%

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

R = 22.81%
G = 57.02%
B = 20.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#34822E (or 0x34822E) is known color: Japanese Laurel. HEX triplet: 34, 82 and 2E. RGB value is (52,130,46). Sum of RGB (Red+Green+Blue) = 52+130+46=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #34822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34822E is #CB7DD1. Grayscale: #616161. Windows color (decimal): -13336018 or 3047988. OLE color: 3047988.

HSL color Cylindrical-coordinate representation of color #34822E: hue angle of 115.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34822E is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 46 -
CMYK 0.60 0 0.65 0.49
HSL 115.71º 0.48% 0.35% -
HSV(B) 115.71º 0.65% 0.51% -
XYZ 9.89 16.89 5.32 -
YUV 97.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 52 130 46 0.60 0 0.65 0.49 115.71 0.48 0.35
Hex 34 82 2E 3C 0 41 31 74 30 23
Octal 64 202 56 74 0 101 61 164 60 43
Binary 110100 10000010 101110 111100 0 1000001 110001 1110100 110000 100011

Color Harmonies of #34822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34822E

Black with #34822E

Text Example


Text Example

White with #34822E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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