Html Css Color HEX #34792C Japanese Laurel

📋 copy color: '#34792C'

red 52 ◦ green 121 ◦ blue 44

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

Shades of Japanese Laurel #34792C

Tints of Japanese Laurel #34792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 23.96%
G = 55.76%
B = 20.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#34792C (or 0x34792C) is known color: Japanese Laurel. HEX triplet: 34, 79 and 2C. RGB value is (52,121,44). Sum of RGB (Red+Green+Blue) = 52+121+44=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #34792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792C is #CB86D3. Grayscale: #5B5B5B. Windows color (decimal): -13338324 or 2914612. OLE color: 2914612.

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

Color convert

RGB 52 121 44 -
CMYK 0.57 0 0.64 0.53
HSL 113.77º 0.47% 0.32% -
HSV(B) 113.77º 0.64% 0.47% -
XYZ 8.71 14.59 4.74 -
YUV 91.59 101.14 99.76 -
System Red Green Blue C M Y K H S L
Decimal 52 121 44 0.57 0 0.64 0.53 113.77 0.47 0.32
Hex 34 79 2C 39 0 40 35 72 2F 20
Octal 64 171 54 71 0 100 65 162 57 40
Binary 110100 1111001 101100 111001 0 1000000 110101 1110010 101111 100000

Color Harmonies of #34792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34792C

Black with #34792C

Text Example


Text Example

White with #34792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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