Html Css Color HEX #34843D Japanese Laurel

📋 copy color: '#34843D'

red 52 ◦ green 132 ◦ blue 61

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

Shades of Japanese Laurel #34843D

Tints of Japanese Laurel #34843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.88%

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 21.22%
G = 53.88%
B = 24.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#34843D (or 0x34843D) is known color: Japanese Laurel. HEX triplet: 34, 84 and 3D. RGB value is (52,132,61). Sum of RGB (Red+Green+Blue) = 52+132+61=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #34843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34843D is #CB7BC2. Grayscale: #646464. Windows color (decimal): -13335491 or 4031540. OLE color: 4031540.

HSL color Cylindrical-coordinate representation of color #34843D: hue angle of 126.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34843D is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 61 -
CMYK 0.61 0 0.54 0.48
HSL 126.75º 0.43% 0.36% -
HSV(B) 126.75º 0.61% 0.52% -
XYZ 10.51 17.57 7.25 -
YUV 99.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 52 132 61 0.61 0 0.54 0.48 126.75 0.43 0.36
Hex 34 84 3D 3D 0 36 30 7F 2B 24
Octal 64 204 75 75 0 66 60 177 53 44
Binary 110100 10000100 111101 111101 0 110110 110000 1111111 101011 100100

Color Harmonies of #34843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34843D

Black with #34843D

Text Example


Text Example

White with #34843D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,132,61); }

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

background-color css

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

 a { background-color: rgb(52,132,61); }

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

border-color css

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

 span { border-color: rgb(52,132,61); }

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