Html Css Color HEX #34862E Japanese Laurel

📋 copy color: '#34862E'

red 52 ◦ green 134 ◦ blue 46

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

Shades of Japanese Laurel #34862E

Tints of Japanese Laurel #34862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.76%

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

R = 22.41%
G = 57.76%
B = 19.83%

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

#34862E (or 0x34862E) is known color: Japanese Laurel. HEX triplet: 34, 86 and 2E. RGB value is (52,134,46). Sum of RGB (Red+Green+Blue) = 52+134+46=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #34862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34862E is #CB79D1. Grayscale: #636363. Windows color (decimal): -13334994 or 3049012. OLE color: 3049012.

HSL color Cylindrical-coordinate representation of color #34862E: hue angle of 115.91º 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 #34862E is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 46 -
CMYK 0.61 0 0.66 0.47
HSL 115.91º 0.49% 0.35% -
HSV(B) 115.91º 0.66% 0.53% -
XYZ 10.43 17.98 5.5 -
YUV 99.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 52 134 46 0.61 0 0.66 0.47 115.91 0.49 0.35
Hex 34 86 2E 3D 0 42 2F 74 31 23
Octal 64 206 56 75 0 102 57 164 61 43
Binary 110100 10000110 101110 111101 0 1000010 101111 1110100 110001 100011

Color Harmonies of #34862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34862E

Black with #34862E

Text Example


Text Example

White with #34862E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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