Html Css Color HEX #34812E Japanese Laurel

📋 copy color: '#34812E'

red 52 ◦ green 129 ◦ blue 46

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

Shades of Japanese Laurel #34812E

Tints of Japanese Laurel #34812E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

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

R = 22.91%
G = 56.83%
B = 20.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#34812E (or 0x34812E) is known color: Japanese Laurel. HEX triplet: 34, 81 and 2E. RGB value is (52,129,46). Sum of RGB (Red+Green+Blue) = 52+129+46=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #34812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34812E is #CB7ED1. Grayscale: #606060. Windows color (decimal): -13336274 or 3047732. OLE color: 3047732.

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

Color convert

RGB 52 129 46 -
CMYK 0.60 0 0.64 0.49
HSL 115.66º 0.47% 0.34% -
HSV(B) 115.66º 0.64% 0.51% -
XYZ 9.76 16.63 5.28 -
YUV 96.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 52 129 46 0.60 0 0.64 0.49 115.66 0.47 0.34
Hex 34 81 2E 3C 0 40 31 74 2F 22
Octal 64 201 56 74 0 100 61 164 57 42
Binary 110100 10000001 101110 111100 0 1000000 110001 1110100 101111 100010

Color Harmonies of #34812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34812E

Black with #34812E

Text Example


Text Example

White with #34812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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