Html Css Color HEX #34812D Japanese Laurel

📋 copy color: '#34812D'

red 52 ◦ green 129 ◦ blue 45

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

Shades of Japanese Laurel #34812D

Tints of Japanese Laurel #34812D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 23.01%
G = 57.08%
B = 19.91%

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

#34812D (or 0x34812D) is known color: Japanese Laurel. HEX triplet: 34, 81 and 2D. RGB value is (52,129,45). Sum of RGB (Red+Green+Blue) = 52+129+45=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #34812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34812D is #CB7ED2. Grayscale: #606060. Windows color (decimal): -13336275 or 2982196. OLE color: 2982196.

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

Color convert

RGB 52 129 45 -
CMYK 0.60 0 0.65 0.49
HSL 115º 0.48% 0.34% -
HSV(B) 115º 0.65% 0.51% -
XYZ 9.74 16.62 5.18 -
YUV 96.4 98.99 96.33 -
System Red Green Blue C M Y K H S L
Decimal 52 129 45 0.60 0 0.65 0.49 115 0.48 0.34
Hex 34 81 2D 3C 0 41 31 73 30 22
Octal 64 201 55 74 0 101 61 163 60 42
Binary 110100 10000001 101101 111100 0 1000001 110001 1110011 110000 100010

Color Harmonies of #34812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34812D

Black with #34812D

Text Example


Text Example

White with #34812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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