Html Css Color HEX #34832E Japanese Laurel

📋 copy color: '#34832E'

red 52 ◦ green 131 ◦ blue 46

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

Shades of Japanese Laurel #34832E

Tints of Japanese Laurel #34832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.21%

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

R = 22.71%
G = 57.21%
B = 20.09%

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

#34832E (or 0x34832E) is known color: Japanese Laurel. HEX triplet: 34, 83 and 2E. RGB value is (52,131,46). Sum of RGB (Red+Green+Blue) = 52+131+46=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #34832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34832E is #CB7CD1. Grayscale: #616161. Windows color (decimal): -13335762 or 3048244. OLE color: 3048244.

HSL color Cylindrical-coordinate representation of color #34832E: hue angle of 115.76º 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 #34832E is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 46 -
CMYK 0.60 0 0.65 0.49
HSL 115.76º 0.48% 0.35% -
HSV(B) 115.76º 0.65% 0.51% -
XYZ 10.03 17.16 5.37 -
YUV 97.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 52 131 46 0.60 0 0.65 0.49 115.76 0.48 0.35
Hex 34 83 2E 3C 0 41 31 74 30 23
Octal 64 203 56 74 0 101 61 164 60 43
Binary 110100 10000011 101110 111100 0 1000001 110001 1110100 110000 100011

Color Harmonies of #34832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34832E

Black with #34832E

Text Example


Text Example

White with #34832E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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