Html Css Color HEX #34872E Japanese Laurel

📋 copy color: '#34872E'

red 52 ◦ green 135 ◦ blue 46

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

Shades of Japanese Laurel #34872E

Tints of Japanese Laurel #34872E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.94%

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

R = 22.32%
G = 57.94%
B = 19.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#34872E (or 0x34872E) is known color: Japanese Laurel. HEX triplet: 34, 87 and 2E. RGB value is (52,135,46). Sum of RGB (Red+Green+Blue) = 52+135+46=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #34872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34872E is #CB78D1. Grayscale: #646464. Windows color (decimal): -13334738 or 3049268. OLE color: 3049268.

HSL color Cylindrical-coordinate representation of color #34872E: hue angle of 115.96º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34872E is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 46 -
CMYK 0.61 0 0.66 0.47
HSL 115.96º 0.49% 0.35% -
HSV(B) 115.96º 0.66% 0.53% -
XYZ 10.57 18.26 5.55 -
YUV 100.04 97.5 93.74 -
System Red Green Blue C M Y K H S L
Decimal 52 135 46 0.61 0 0.66 0.47 115.96 0.49 0.35
Hex 34 87 2E 3D 0 42 2F 74 31 23
Octal 64 207 56 75 0 102 57 164 61 43
Binary 110100 10000111 101110 111101 0 1000010 101111 1110100 110001 100011

Color Harmonies of #34872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34872E

Black with #34872E

Text Example


Text Example

White with #34872E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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