Html Css Color HEX #348F3C Japanese Laurel

📋 copy color: '#348F3C'

red 52 ◦ green 143 ◦ blue 60

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

Shades of Japanese Laurel #348F3C

Tints of Japanese Laurel #348F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.08%

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 20.39%
G = 56.08%
B = 23.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#348F3C (or 0x348F3C) is known color: Japanese Laurel. HEX triplet: 34, 8F and 3C. RGB value is (52,143,60). Sum of RGB (Red+Green+Blue) = 52+143+60=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #348F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F3C is #CB70C3. Grayscale: #6A6A6A. Windows color (decimal): -13332676 or 3968820. OLE color: 3968820.

HSL color Cylindrical-coordinate representation of color #348F3C: hue angle of 125.27º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F3C is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 60 -
CMYK 0.64 0 0.58 0.44
HSL 125.27º 0.47% 0.38% -
HSV(B) 125.27º 0.64% 0.56% -
XYZ 12.05 20.7 7.64 -
YUV 106.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 52 143 60 0.64 0 0.58 0.44 125.27 0.47 0.38
Hex 34 8F 3C 40 0 3A 2C 7D 2F 26
Octal 64 217 74 100 0 72 54 175 57 46
Binary 110100 10001111 111100 1000000 0 111010 101100 1111101 101111 100110

Color Harmonies of #348F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F3C

Black with #348F3C

Text Example


Text Example

White with #348F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F3C; }

 p { color: rgb(52,143,60); }

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

background-color css

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

 a { background-color: rgb(52,143,60); }

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

border-color css

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

 span { border-color: rgb(52,143,60); }

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