Html Css Color HEX #34702D Japanese Laurel

📋 copy color: '#34702D'

red 52 ◦ green 112 ◦ blue 45

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

Shades of Japanese Laurel #34702D

Tints of Japanese Laurel #34702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.59%

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 24.88%
G = 53.59%
B = 21.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#34702D (or 0x34702D) is known color: Japanese Laurel. HEX triplet: 34, 70 and 2D. RGB value is (52,112,45). Sum of RGB (Red+Green+Blue) = 52+112+45=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #34702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34702D is #CB8FD2. Grayscale: #565656. Windows color (decimal): -13340627 or 2977844. OLE color: 2977844.

HSL color Cylindrical-coordinate representation of color #34702D: hue angle of 113.73º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34702D is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 45 -
CMYK 0.54 0 0.60 0.56
HSL 113.73º 0.43% 0.31% -
HSV(B) 113.73º 0.6% 0.44% -
XYZ 7.68 12.51 4.49 -
YUV 86.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 52 112 45 0.54 0 0.60 0.56 113.73 0.43 0.31
Hex 34 70 2D 36 0 3C 38 72 2B 1F
Octal 64 160 55 66 0 74 70 162 53 37
Binary 110100 1110000 101101 110110 0 111100 111000 1110010 101011 11111

Color Harmonies of #34702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34702D

Black with #34702D

Text Example


Text Example

White with #34702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34702D; }

 p { color: rgb(52,112,45); }

 H1.HeaderClassName
 {
   color: #34702D;
 }
 .AnyTagClassName
 {
   color: #34702D;
 }
</style>

background-color css

<style>
 a { background-color: #34702D; }

 a { background-color: rgb(52,112,45); }

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

border-color css

<style>
 span { border-color: #34702D; }

 span { border-color: rgb(52,112,45); }

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