Html Css Color HEX #34723B Japanese Laurel

📋 copy color: '#34723B'

red 52 ◦ green 114 ◦ blue 59

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

Shades of Japanese Laurel #34723B

Tints of Japanese Laurel #34723B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.67%

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

R = 23.11%
G = 50.67%
B = 26.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#34723B (or 0x34723B) is known color: Japanese Laurel. HEX triplet: 34, 72 and 3B. RGB value is (52,114,59). Sum of RGB (Red+Green+Blue) = 52+114+59=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #34723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34723B is #CB8DC4. Grayscale: #595959. Windows color (decimal): -13340101 or 3895860. OLE color: 3895860.

HSL color Cylindrical-coordinate representation of color #34723B: hue angle of 126.77º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34723B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 59 -
CMYK 0.54 0 0.48 0.55
HSL 126.77º 0.37% 0.33% -
HSV(B) 126.77º 0.54% 0.45% -
XYZ 8.22 13.08 6.23 -
YUV 89.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 52 114 59 0.54 0 0.48 0.55 126.77 0.37 0.33
Hex 34 72 3B 36 0 30 37 7F 25 21
Octal 64 162 73 66 0 60 67 177 45 41
Binary 110100 1110010 111011 110110 0 110000 110111 1111111 100101 100001

Color Harmonies of #34723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34723B

Black with #34723B

Text Example


Text Example

White with #34723B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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