Html Css Color HEX #34743F Japanese Laurel

📋 copy color: '#34743F'

red 52 ◦ green 116 ◦ blue 63

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

Shades of Japanese Laurel #34743F

Tints of Japanese Laurel #34743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 22.51%
G = 50.22%
B = 27.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#34743F (or 0x34743F) is known color: Japanese Laurel. HEX triplet: 34, 74 and 3F. RGB value is (52,116,63). Sum of RGB (Red+Green+Blue) = 52+116+63=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #34743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34743F is #CB8BC0. Grayscale: #5A5A5A. Windows color (decimal): -13339585 or 4158516. OLE color: 4158516.

HSL color Cylindrical-coordinate representation of color #34743F: hue angle of 130.31º 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 #34743F is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 63 -
CMYK 0.55 0 0.46 0.55
HSL 130.31º 0.38% 0.33% -
HSV(B) 130.31º 0.55% 0.45% -
XYZ 8.56 13.58 6.87 -
YUV 90.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 52 116 63 0.55 0 0.46 0.55 130.31 0.38 0.33
Hex 34 74 3F 37 0 2E 37 82 26 21
Octal 64 164 77 67 0 56 67 202 46 41
Binary 110100 1110100 111111 110111 0 101110 110111 10000010 100110 100001

Color Harmonies of #34743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34743F

Black with #34743F

Text Example


Text Example

White with #34743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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