Html Css Color HEX #34753F Japanese Laurel

📋 copy color: '#34753F'

red 52 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #34753F

Tints of Japanese Laurel #34753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

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

R = 22.41%
G = 50.43%
B = 27.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#34753F (or 0x34753F) is known color: Japanese Laurel. HEX triplet: 34, 75 and 3F. RGB value is (52,117,63). Sum of RGB (Red+Green+Blue) = 52+117+63=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #34753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34753F is #CB8AC0. Grayscale: #5B5B5B. Windows color (decimal): -13339329 or 4158772. OLE color: 4158772.

HSL color Cylindrical-coordinate representation of color #34753F: hue angle of 130.15º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34753F is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 63 -
CMYK 0.56 0 0.46 0.54
HSL 130.15º 0.38% 0.33% -
HSV(B) 130.15º 0.56% 0.46% -
XYZ 8.67 13.81 6.91 -
YUV 91.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 52 117 63 0.56 0 0.46 0.54 130.15 0.38 0.33
Hex 34 75 3F 38 0 2E 36 82 26 21
Octal 64 165 77 70 0 56 66 202 46 41
Binary 110100 1110101 111111 111000 0 101110 110110 10000010 100110 100001

Color Harmonies of #34753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34753F

Black with #34753F

Text Example


Text Example

White with #34753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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