Html Css Color HEX #347B42 Japanese Laurel

📋 copy color: '#347B42'

red 52 ◦ green 123 ◦ blue 66

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

Shades of Japanese Laurel #347B42

Tints of Japanese Laurel #347B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.04%

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 21.58%
G = 51.04%
B = 27.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#347B42 (or 0x347B42) is known color: Japanese Laurel. HEX triplet: 34, 7B and 42. RGB value is (52,123,66). Sum of RGB (Red+Green+Blue) = 52+123+66=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #347B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B42 is #CB84BD. Grayscale: #5F5F5F. Windows color (decimal): -13337790 or 4356916. OLE color: 4356916.

HSL color Cylindrical-coordinate representation of color #347B42: hue angle of 131.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B42 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 66 -
CMYK 0.58 0 0.46 0.52
HSL 131.83º 0.41% 0.34% -
HSV(B) 131.83º 0.58% 0.48% -
XYZ 9.48 15.29 7.61 -
YUV 95.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 52 123 66 0.58 0 0.46 0.52 131.83 0.41 0.34
Hex 34 7B 42 3A 0 2E 34 84 29 22
Octal 64 173 102 72 0 56 64 204 51 42
Binary 110100 1111011 1000010 111010 0 101110 110100 10000100 101001 100010

Color Harmonies of #347B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B42

Black with #347B42

Text Example


Text Example

White with #347B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347B42; }

 p { color: rgb(52,123,66); }

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

background-color css

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

 a { background-color: rgb(52,123,66); }

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

border-color css

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

 span { border-color: rgb(52,123,66); }

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