Html Css Color HEX #347033 Japanese Laurel

📋 copy color: '#347033'

red 52 ◦ green 112 ◦ blue 51

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

Shades of Japanese Laurel #347033

Tints of Japanese Laurel #347033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.72%

R = 24.19%
G = 52.09%
B = 23.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#347033 (or 0x347033) is known color: Japanese Laurel. HEX triplet: 34, 70 and 33. RGB value is (52,112,51). Sum of RGB (Red+Green+Blue) = 52+112+51=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #347033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347033 is #CB8FCC. Grayscale: #575757. Windows color (decimal): -13340621 or 3371060. OLE color: 3371060.

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

Color convert

RGB 52 112 51 -
CMYK 0.54 0 0.54 0.56
HSL 119.02º 0.37% 0.32% -
HSV(B) 119.02º 0.54% 0.44% -
XYZ 7.81 12.56 5.14 -
YUV 87.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 52 112 51 0.54 0 0.54 0.56 119.02 0.37 0.32
Hex 34 70 33 36 0 36 38 77 25 20
Octal 64 160 63 66 0 66 70 167 45 40
Binary 110100 1110000 110011 110110 0 110110 111000 1110111 100101 100000

Color Harmonies of #347033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347033

Black with #347033

Text Example


Text Example

White with #347033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347033; }

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

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

background-color css

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

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

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

border-color css

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

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

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