Html Css Color HEX #347B3A Japanese Laurel

📋 copy color: '#347B3A'

red 52 ◦ green 123 ◦ blue 58

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

Shades of Japanese Laurel #347B3A

Tints of Japanese Laurel #347B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 22.32%
G = 52.79%
B = 24.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#347B3A (or 0x347B3A) is known color: Japanese Laurel. HEX triplet: 34, 7B and 3A. RGB value is (52,123,58). Sum of RGB (Red+Green+Blue) = 52+123+58=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #347B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B3A is #CB84C5. Grayscale: #5E5E5E. Windows color (decimal): -13337798 or 3832628. OLE color: 3832628.

HSL color Cylindrical-coordinate representation of color #347B3A: hue angle of 125.07º 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 #347B3A is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 58 -
CMYK 0.58 0 0.53 0.52
HSL 125.07º 0.41% 0.34% -
HSV(B) 125.07º 0.58% 0.48% -
XYZ 9.26 15.2 6.45 -
YUV 94.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 52 123 58 0.58 0 0.53 0.52 125.07 0.41 0.34
Hex 34 7B 3A 3A 0 35 34 7D 29 22
Octal 64 173 72 72 0 65 64 175 51 42
Binary 110100 1111011 111010 111010 0 110101 110100 1111101 101001 100010

Color Harmonies of #347B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B3A

Black with #347B3A

Text Example


Text Example

White with #347B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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