Html Css Color HEX #34852E Japanese Laurel

📋 copy color: '#34852E'

red 52 ◦ green 133 ◦ blue 46

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

Shades of Japanese Laurel #34852E

Tints of Japanese Laurel #34852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.58%

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

R = 22.51%
G = 57.58%
B = 19.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#34852E (or 0x34852E) is known color: Japanese Laurel. HEX triplet: 34, 85 and 2E. RGB value is (52,133,46). Sum of RGB (Red+Green+Blue) = 52+133+46=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #34852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34852E is #CB7AD1. Grayscale: #636363. Windows color (decimal): -13335250 or 3048756. OLE color: 3048756.

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

Color convert

RGB 52 133 46 -
CMYK 0.61 0 0.65 0.48
HSL 115.86º 0.49% 0.35% -
HSV(B) 115.86º 0.65% 0.52% -
XYZ 10.3 17.7 5.46 -
YUV 98.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 52 133 46 0.61 0 0.65 0.48 115.86 0.49 0.35
Hex 34 85 2E 3D 0 41 30 74 31 23
Octal 64 205 56 75 0 101 60 164 61 43
Binary 110100 10000101 101110 111101 0 1000001 110000 1110100 110001 100011

Color Harmonies of #34852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34852E

Black with #34852E

Text Example


Text Example

White with #34852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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