Html Css Color HEX #34843B Japanese Laurel

📋 copy color: '#34843B'

red 52 ◦ green 132 ◦ blue 59

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

Shades of Japanese Laurel #34843B

Tints of Japanese Laurel #34843B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 21.4%
G = 54.32%
B = 24.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#34843B (or 0x34843B) is known color: Japanese Laurel. HEX triplet: 34, 84 and 3B. RGB value is (52,132,59). Sum of RGB (Red+Green+Blue) = 52+132+59=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #34843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34843B is #CB7BC4. Grayscale: #636363. Windows color (decimal): -13335493 or 3900468. OLE color: 3900468.

HSL color Cylindrical-coordinate representation of color #34843B: hue angle of 125.25º 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 #34843B is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 59 -
CMYK 0.61 0 0.55 0.48
HSL 125.25º 0.43% 0.36% -
HSV(B) 125.25º 0.61% 0.52% -
XYZ 10.46 17.55 6.97 -
YUV 99.76 105 93.94 -
System Red Green Blue C M Y K H S L
Decimal 52 132 59 0.61 0 0.55 0.48 125.25 0.43 0.36
Hex 34 84 3B 3D 0 37 30 7D 2B 24
Octal 64 204 73 75 0 67 60 175 53 44
Binary 110100 10000100 111011 111101 0 110111 110000 1111101 101011 100100

Color Harmonies of #34843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34843B

Black with #34843B

Text Example


Text Example

White with #34843B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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