Html Css Color HEX #34852F Japanese Laurel

📋 copy color: '#34852F'

red 52 ◦ green 133 ◦ blue 47

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

Shades of Japanese Laurel #34852F

Tints of Japanese Laurel #34852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 22.41%
G = 57.33%
B = 20.26%

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

#34852F (or 0x34852F) is known color: Japanese Laurel. HEX triplet: 34, 85 and 2F. RGB value is (52,133,47). Sum of RGB (Red+Green+Blue) = 52+133+47=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #34852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34852F is #CB7AD0. Grayscale: #636363. Windows color (decimal): -13335249 or 3114292. OLE color: 3114292.

HSL color Cylindrical-coordinate representation of color #34852F: hue angle of 116.51º degrees, saturation: 0.48, 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 #34852F is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 47 -
CMYK 0.61 0 0.65 0.48
HSL 116.51º 0.48% 0.35% -
HSV(B) 116.51º 0.65% 0.52% -
XYZ 10.32 17.71 5.56 -
YUV 98.98 98.66 94.49 -
System Red Green Blue C M Y K H S L
Decimal 52 133 47 0.61 0 0.65 0.48 116.51 0.48 0.35
Hex 34 85 2F 3D 0 41 30 75 30 23
Octal 64 205 57 75 0 101 60 165 60 43
Binary 110100 10000101 101111 111101 0 1000001 110000 1110101 110000 100011

Color Harmonies of #34852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34852F

Black with #34852F

Text Example


Text Example

White with #34852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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