Html Css Color HEX #34702C Japanese Laurel

📋 copy color: '#34702C'

red 52 ◦ green 112 ◦ blue 44

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

Shades of Japanese Laurel #34702C

Tints of Japanese Laurel #34702C

RGB

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

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

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

R = 25%
G = 53.85%
B = 21.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#34702C (or 0x34702C) is known color: Japanese Laurel. HEX triplet: 34, 70 and 2C. RGB value is (52,112,44). Sum of RGB (Red+Green+Blue) = 52+112+44=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #34702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34702C is #CB8FD3. Grayscale: #565656. Windows color (decimal): -13340628 or 2912308. OLE color: 2912308.

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

Color convert

RGB 52 112 44 -
CMYK 0.54 0 0.61 0.56
HSL 112.94º 0.44% 0.31% -
HSV(B) 112.94º 0.61% 0.44% -
XYZ 7.66 12.5 4.39 -
YUV 86.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 52 112 44 0.54 0 0.61 0.56 112.94 0.44 0.31
Hex 34 70 2C 36 0 3D 38 71 2C 1F
Octal 64 160 54 66 0 75 70 161 54 37
Binary 110100 1110000 101100 110110 0 111101 111000 1110001 101100 11111

Color Harmonies of #34702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34702C

Black with #34702C

Text Example


Text Example

White with #34702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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