Html Css Color HEX #34793B Japanese Laurel

📋 copy color: '#34793B'

red 52 ◦ green 121 ◦ blue 59

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

Shades of Japanese Laurel #34793B

Tints of Japanese Laurel #34793B

RGB

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

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

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

R = 22.41%
G = 52.16%
B = 25.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#34793B (or 0x34793B) is known color: Japanese Laurel. HEX triplet: 34, 79 and 3B. RGB value is (52,121,59). Sum of RGB (Red+Green+Blue) = 52+121+59=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #34793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34793B is #CB86C4. Grayscale: #5D5D5D. Windows color (decimal): -13338309 or 3897652. OLE color: 3897652.

HSL color Cylindrical-coordinate representation of color #34793B: hue angle of 126.09º 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 #34793B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 59 -
CMYK 0.57 0 0.51 0.53
HSL 126.09º 0.4% 0.34% -
HSV(B) 126.09º 0.57% 0.47% -
XYZ 9.04 14.72 6.5 -
YUV 93.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 52 121 59 0.57 0 0.51 0.53 126.09 0.4 0.34
Hex 34 79 3B 39 0 33 35 7E 28 22
Octal 64 171 73 71 0 63 65 176 50 42
Binary 110100 1111001 111011 111001 0 110011 110101 1111110 101000 100010

Color Harmonies of #34793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34793B

Black with #34793B

Text Example


Text Example

White with #34793B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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