Html Css Color HEX #34793C Japanese Laurel

📋 copy color: '#34793C'

red 52 ◦ green 121 ◦ blue 60

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

Shades of Japanese Laurel #34793C

Tints of Japanese Laurel #34793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 22.32%
G = 51.93%
B = 25.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#34793C (or 0x34793C) is known color: Japanese Laurel. HEX triplet: 34, 79 and 3C. RGB value is (52,121,60). Sum of RGB (Red+Green+Blue) = 52+121+60=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #34793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34793C is #CB86C3. Grayscale: #5D5D5D. Windows color (decimal): -13338308 or 3963188. OLE color: 3963188.

HSL color Cylindrical-coordinate representation of color #34793C: hue angle of 126.96º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34793C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 60 -
CMYK 0.57 0 0.50 0.53
HSL 126.96º 0.4% 0.34% -
HSV(B) 126.96º 0.57% 0.47% -
XYZ 9.07 14.73 6.64 -
YUV 93.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 52 121 60 0.57 0 0.50 0.53 126.96 0.4 0.34
Hex 34 79 3C 39 0 32 35 7F 28 22
Octal 64 171 74 71 0 62 65 177 50 42
Binary 110100 1111001 111100 111001 0 110010 110101 1111111 101000 100010

Color Harmonies of #34793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34793C

Black with #34793C

Text Example


Text Example

White with #34793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34793C; }

 p { color: rgb(52,121,60); }

 H1.HeaderClassName
 {
   color: #34793C;
 }
 .AnyTagClassName
 {
   color: #34793C;
 }
</style>

background-color css

<style>
 a { background-color: #34793C; }

 a { background-color: rgb(52,121,60); }

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

border-color css

<style>
 span { border-color: #34793C; }

 span { border-color: rgb(52,121,60); }

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