Html Css Color HEX #34792B Japanese Laurel

📋 copy color: '#34792B'

red 52 ◦ green 121 ◦ blue 43

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

Shades of Japanese Laurel #34792B

Tints of Japanese Laurel #34792B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 24.07%
G = 56.02%
B = 19.91%

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

#34792B (or 0x34792B) is known color: Japanese Laurel. HEX triplet: 34, 79 and 2B. RGB value is (52,121,43). Sum of RGB (Red+Green+Blue) = 52+121+43=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 121 (47.66% from 255 or 56.02% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 121 - color contains mainly: green. Hex color #34792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792B is #CB86D4. Grayscale: #5B5B5B. Windows color (decimal): -13338325 or 2849076. OLE color: 2849076.

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

Color convert

RGB 52 121 43 -
CMYK 0.57 0 0.64 0.53
HSL 113.08º 0.48% 0.32% -
HSV(B) 113.08º 0.64% 0.47% -
XYZ 8.69 14.58 4.64 -
YUV 91.48 100.64 99.84 -
System Red Green Blue C M Y K H S L
Decimal 52 121 43 0.57 0 0.64 0.53 113.08 0.48 0.32
Hex 34 79 2B 39 0 40 35 71 30 20
Octal 64 171 53 71 0 100 65 161 60 40
Binary 110100 1111001 101011 111001 0 1000000 110101 1110001 110000 100000

Color Harmonies of #34792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34792B

Black with #34792B

Text Example


Text Example

White with #34792B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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