Html Css Color HEX #34743E Japanese Laurel

📋 copy color: '#34743E'

red 52 ◦ green 116 ◦ blue 62

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

Shades of Japanese Laurel #34743E

Tints of Japanese Laurel #34743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 22.61%
G = 50.43%
B = 26.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#34743E (or 0x34743E) is known color: Japanese Laurel. HEX triplet: 34, 74 and 3E. RGB value is (52,116,62). Sum of RGB (Red+Green+Blue) = 52+116+62=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #34743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34743E is #CB8BC1. Grayscale: #5A5A5A. Windows color (decimal): -13339586 or 4092980. OLE color: 4092980.

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

Color convert

RGB 52 116 62 -
CMYK 0.55 0 0.47 0.55
HSL 129.38º 0.38% 0.33% -
HSV(B) 129.38º 0.55% 0.45% -
XYZ 8.53 13.57 6.73 -
YUV 90.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 52 116 62 0.55 0 0.47 0.55 129.38 0.38 0.33
Hex 34 74 3E 37 0 2F 37 81 26 21
Octal 64 164 76 67 0 57 67 201 46 41
Binary 110100 1110100 111110 110111 0 101111 110111 10000001 100110 100001

Color Harmonies of #34743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34743E

Black with #34743E

Text Example


Text Example

White with #34743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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