Html Css Color HEX #34743B Japanese Laurel

📋 copy color: '#34743B'

red 52 ◦ green 116 ◦ blue 59

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

Shades of Japanese Laurel #34743B

Tints of Japanese Laurel #34743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.1%

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

R = 22.91%
G = 51.1%
B = 25.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#34743B (or 0x34743B) is known color: Japanese Laurel. HEX triplet: 34, 74 and 3B. RGB value is (52,116,59). Sum of RGB (Red+Green+Blue) = 52+116+59=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #34743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34743B is #CB8BC4. Grayscale: #5A5A5A. Windows color (decimal): -13339589 or 3896372. OLE color: 3896372.

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

Color convert

RGB 52 116 59 -
CMYK 0.55 0 0.49 0.55
HSL 126.56º 0.38% 0.33% -
HSV(B) 126.56º 0.55% 0.45% -
XYZ 8.45 13.54 6.31 -
YUV 90.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 52 116 59 0.55 0 0.49 0.55 126.56 0.38 0.33
Hex 34 74 3B 37 0 31 37 7F 26 21
Octal 64 164 73 67 0 61 67 177 46 41
Binary 110100 1110100 111011 110111 0 110001 110111 1111111 100110 100001

Color Harmonies of #34743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34743B

Black with #34743B

Text Example


Text Example

White with #34743B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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