Html Css Color HEX #34792F Japanese Laurel

📋 copy color: '#34792F'

red 52 ◦ green 121 ◦ blue 47

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

Shades of Japanese Laurel #34792F

Tints of Japanese Laurel #34792F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 23.64%
G = 55%
B = 21.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#34792F (or 0x34792F) is known color: Japanese Laurel. HEX triplet: 34, 79 and 2F. RGB value is (52,121,47). Sum of RGB (Red+Green+Blue) = 52+121+47=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #34792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792F is #CB86D0. Grayscale: #5C5C5C. Windows color (decimal): -13338321 or 3111220. OLE color: 3111220.

HSL color Cylindrical-coordinate representation of color #34792F: hue angle of 115.95º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34792F is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 47 -
CMYK 0.57 0 0.61 0.53
HSL 115.95º 0.44% 0.33% -
HSV(B) 115.95º 0.61% 0.47% -
XYZ 8.77 14.61 5.05 -
YUV 91.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 52 121 47 0.57 0 0.61 0.53 115.95 0.44 0.33
Hex 34 79 2F 39 0 3D 35 74 2C 21
Octal 64 171 57 71 0 75 65 164 54 41
Binary 110100 1111001 101111 111001 0 111101 110101 1110100 101100 100001

Color Harmonies of #34792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34792F

Black with #34792F

Text Example


Text Example

White with #34792F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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