Html Css Color HEX #34703B Japanese Laurel

📋 copy color: '#34703B'

red 52 ◦ green 112 ◦ blue 59

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

Shades of Japanese Laurel #34703B

Tints of Japanese Laurel #34703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.22%

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

R = 23.32%
G = 50.22%
B = 26.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#34703B (or 0x34703B) is known color: Japanese Laurel. HEX triplet: 34, 70 and 3B. RGB value is (52,112,59). Sum of RGB (Red+Green+Blue) = 52+112+59=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #34703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34703B is #CB8FC4. Grayscale: #585858. Windows color (decimal): -13340613 or 3895348. OLE color: 3895348.

HSL color Cylindrical-coordinate representation of color #34703B: hue angle of 127º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34703B is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 59 -
CMYK 0.54 0 0.47 0.56
HSL 127º 0.37% 0.32% -
HSV(B) 127º 0.54% 0.44% -
XYZ 8 12.63 6.15 -
YUV 88.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 52 112 59 0.54 0 0.47 0.56 127 0.37 0.32
Hex 34 70 3B 36 0 2F 38 7F 25 20
Octal 64 160 73 66 0 57 70 177 45 40
Binary 110100 1110000 111011 110110 0 101111 111000 1111111 100101 100000

Color Harmonies of #34703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34703B

Black with #34703B

Text Example


Text Example

White with #34703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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